Skip to content

Commit

Permalink
Update main-common.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Mar 21, 2024
1 parent bc726f0 commit c6ca49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/all-clusters-app/linux/main-common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "AllClustersCommandDelegate.h"
#include "AppOptions.h"
#include "ValveControlDelegate.h"
#include "FanControlManager.h"
#include "fan-control-manager.h"
#include "WindowCoveringManager.h"
#include "air-quality-instance.h"
#include "device-energy-management-modes.h"
Expand Down Expand Up @@ -73,7 +73,7 @@ constexpr char kChipEventFifoPathPrefix[] = "/tmp/chip_all_clusters_fifo_";
LowPowerManager sLowPowerManager;
NamedPipeCommands sChipNamedPipeCommands;
AllClustersCommandDelegate sAllClustersCommandDelegate;
Clusters::FanControl::FanControlManager sFanControlngManager;
Clusters::FanControl::FanControlManager sFanControlnManager;
Clusters::WindowCovering::WindowCoveringManager sWindowCoveringManager;

Clusters::TemperatureControl::AppSupportedTemperatureLevelsDelegate sAppSupportedTemperatureLevelsDelegate;
Expand Down

0 comments on commit c6ca49f

Please sign in to comment.