We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb86a1 commit 2c1813cCopy full SHA for 2c1813c
examples/platform/silabs/BaseApplication.h
@@ -181,8 +181,8 @@ class BaseApplication
181
/** @brief
182
* Function to be called at the end of Init to indicate that the application has completed its initialization.
183
* Currently only used for tracing, might want to move logging here as well in the future
184
- * @param err CHIP_NO_ERROR on success, corresponding error code on Init failure, note that Init failure leads to an app error so
185
- * this is purely to have a trace logged with the error code
+ * @param err CHIP_NO_ERROR on success, corresponding error code on Init failure, note that Init failure leads to an app error
+ * so this is purely to have a trace logged with the error code
186
*/
187
void InitCompleteCallback(CHIP_ERROR err);
188
0 commit comments