Skip to content

Commit 550aa09

Browse files
authored
fix typo in PICO_RUNTIME_SKIP_INIT_POST_CLOCK_RESETS (was missing INIT) (#2457)
1 parent 792f556 commit 550aa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/pico_runtime_init/runtime_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ void __weak runtime_init_post_clock_resets(void) {
152152
}
153153
#endif
154154

155-
#if !PICO_RUNTIME_SKIP_POST_CLOCK_RESETS
155+
#if !PICO_RUNTIME_SKIP_INIT_POST_CLOCK_RESETS
156156
PICO_RUNTIME_INIT_FUNC_HW(runtime_init_post_clock_resets, PICO_RUNTIME_INIT_POST_CLOCK_RESETS);
157157
#endif
158158

0 commit comments

Comments
 (0)