Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Mar 21, 2024
1 parent 201ddf0 commit b4e26c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/MatterConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ void SilabsMatterConfig::app_init()

// Should never get here.
chip::Platform::MemoryShutdown();
SILABS_LOG("vTaskStartScheduler() failed");
SILABS_LOG("Start Scheduler Failed");
appError(CHIP_ERROR_INTERNAL);
}

Expand Down

0 comments on commit b4e26c0

Please sign in to comment.