Skip to content

Commit

Permalink
missed esp32 example
Browse files Browse the repository at this point in the history
  • Loading branch information
kpschoedel committed Jul 5, 2021
1 parent 9d4a418 commit 0e33403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/all-clusters-app/esp32/main/DeviceCallbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void DeviceCallbacks::OnLevelControlAttributeChangeCallback(EndpointId endpointI
return;
}

void IdentifyTimerHandler(Layer * systemLayer, void * appState, Error error)
void IdentifyTimerHandler(Layer * systemLayer, void * appState, CHIP_ERROR error)
{
statusLED1.Animate();

Expand Down

0 comments on commit 0e33403

Please sign in to comment.