Skip to content

Commit 2387476

Browse files
pankorepull[bot]
authored andcommitted
[build] fix compile error when shell disabled (#25269)
1 parent d3d94bc commit 2387476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/all-clusters-app/ameba/main/include/LevelControlCommands.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
using namespace chip;
2929
using namespace chip::app;
30+
using chip::app::Clusters::LevelControl::LevelControlOptions;
3031

3132
#if CONFIG_ENABLE_CHIP_SHELL
32-
using chip::app::Clusters::LevelControl::LevelControlOptions;
3333
using Shell::Engine;
3434
using Shell::shell_command_t;
3535
using Shell::streamer_get;

0 commit comments

Comments
 (0)