Skip to content

Commit bc6563d

Browse files
committed
Add developer note to Silabs code
***NO_CI***
1 parent 03efaec commit bc6563d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/AzureRTOS/SiliconLabs/_common/autogen/sl_event_handler_default.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
extern void InitGpCrc(void);
3232

3333
// implemented as weak function to allow overriding at platform level
34+
// DEVELOPER NOTE: when implementing this function, make sure to call ALL the functions there
35+
// except for the ones that aren't required for your target
3436
__nfweak void sl_platform_init(void)
3537
{
3638
CHIP_Init();

0 commit comments

Comments
 (0)