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 792f556 commit 550aa09Copy full SHA for 550aa09
src/rp2_common/pico_runtime_init/runtime_init.c
@@ -152,7 +152,7 @@ void __weak runtime_init_post_clock_resets(void) {
152
}
153
#endif
154
155
-#if !PICO_RUNTIME_SKIP_POST_CLOCK_RESETS
+#if !PICO_RUNTIME_SKIP_INIT_POST_CLOCK_RESETS
156
PICO_RUNTIME_INIT_FUNC_HW(runtime_init_post_clock_resets, PICO_RUNTIME_INIT_POST_CLOCK_RESETS);
157
158
0 commit comments