We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b94817 commit 16188bdCopy full SHA for 16188bd
examples/platform/silabs/BaseApplication.h
@@ -178,8 +178,8 @@ class BaseApplication
178
CHIP_ERROR Init();
179
CHIP_ERROR BaseInit();
180
/** @brief Template for to implement a Application specific init.
181
- * Function is called after the BaseApplication::Init function.
182
- */
+ * Function is called after the BaseApplication::Init function.
+ */
183
virtual CHIP_ERROR AppInit() = 0;
184
185
/**
0 commit comments