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 9bfd899 commit 5951714Copy full SHA for 5951714
loader/fixups.c
@@ -99,7 +99,7 @@ int smh_init(void) {
99
return 0;
100
}
101
102
-SYS_INIT(smh_init, POST_KERNEL, CONFIG_CLOCK_CONTROL_PWM_INIT_PRIORITY);
+SYS_INIT(smh_init, POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);
103
#endif
104
105
#if defined(CONFIG_BOARD_ARDUINO_PORTENTA_C33) && defined(CONFIG_LLEXT)
@@ -144,4 +144,4 @@ int maybe_flash_bootloader(void)
144
145
SYS_INIT(maybe_flash_bootloader, POST_KERNEL, CONFIG_FILE_SYSTEM_INIT_PRIORITY);
146
147
-#endif
+#endif
0 commit comments