Skip to content

Commit

Permalink
[build] fix compile error when shell disabled (#25269)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankore authored and pull[bot] committed Jul 21, 2023
1 parent 75644b8 commit 1735881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

using namespace chip;
using namespace chip::app;
using chip::app::Clusters::LevelControl::LevelControlOptions;

#if CONFIG_ENABLE_CHIP_SHELL
using chip::app::Clusters::LevelControl::LevelControlOptions;
using Shell::Engine;
using Shell::shell_command_t;
using Shell::streamer_get;
Expand Down

0 comments on commit 1735881

Please sign in to comment.