We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03efaec commit bc6563dCopy full SHA for bc6563d
targets/AzureRTOS/SiliconLabs/_common/autogen/sl_event_handler_default.c
@@ -31,6 +31,8 @@
31
extern void InitGpCrc(void);
32
33
// 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
36
__nfweak void sl_platform_init(void)
37
{
38
CHIP_Init();
0 commit comments