We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ae9ad commit fd7aff5Copy full SHA for fd7aff5
examples/lit-icd-app/esp32/main/main.cpp
@@ -81,7 +81,7 @@ extern const char TAG[] = "lit-icd-app";
81
82
static AppDeviceCallbacks EchoCallbacks;
83
84
-static void UatButtonHandler(UatButton *button)
+static void UatButtonHandler(UatButton * button)
85
{
86
DeviceLayer::PlatformMgr().ScheduleWork([](intptr_t) {
87
Server::GetInstance().GetICDManager().UpdateOperationState(app::ICDManager::OperationalState::ActiveMode);
0 commit comments