File tree 2 files changed +1
-2
lines changed
examples/refrigerator-app/silabs
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 24
24
#include < app/ConcreteAttributePath.h>
25
25
#include < app/util/attribute-storage.h>
26
26
#include < lib/support/logging/CHIPLogging.h>
27
- #include < examples/refrigerator-app/refrigerator-common/include/static-supported-temperature-levels.h>
28
27
#include < stdbool.h>
29
28
#include < stdint.h>
30
29
#include < cmsis_os2.h>
@@ -44,7 +43,6 @@ using namespace chip::app::Clusters::RefrigeratorAndTemperatureControlledCabinet
44
43
using namespace chip ::DeviceLayer;
45
44
using chip::Protocols::InteractionModel::Status;
46
45
47
- // AppCluster Spec Table 85.
48
46
enum SUPPORTED_MODES
49
47
{
50
48
NORMAL = 0x0000 ,
Original file line number Diff line number Diff line change 22
22
*********************************************************/
23
23
24
24
#include " RefrigeratorManager.h"
25
+ #include < static-supported-temperature-levels.h>
25
26
#include " AppConfig.h"
26
27
#include " AppEvent.h"
27
28
#include " AppTask.h"
You can’t perform that action at this time.
0 commit comments