Skip to content

Commit 16188bd

Browse files
Update examples/platform/silabs/BaseApplication.h
1 parent 9b94817 commit 16188bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/platform/silabs/BaseApplication.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ class BaseApplication
178178
CHIP_ERROR Init();
179179
CHIP_ERROR BaseInit();
180180
/** @brief Template for to implement a Application specific init.
181-
* Function is called after the BaseApplication::Init function.
182-
*/
181+
* Function is called after the BaseApplication::Init function.
182+
*/
183183
virtual CHIP_ERROR AppInit() = 0;
184184

185185
/**

0 commit comments

Comments
 (0)