Skip to content

Commit

Permalink
adding to emberAf function to get it compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
eahove committed Dec 15, 2023
1 parent e99aa36 commit 58edc3f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ void OvenMode::Shutdown()
gOvenModeDelegate = nullptr;
}
}
void emberAfOvenModeClusterServerInitCallback(chip::EndpointId endpointId) {}
void emberAfOvenModeClusterServerInitCallback(chip::EndpointId endpointId)
{
(void) endpointId; // #error "Compiling the function: emberAfOvenModeClusterServerInitCallback"
}

void emberAfOvenModeClusterInitCallback(chip::EndpointId endpointId)
{
Expand Down

0 comments on commit 58edc3f

Please sign in to comment.