mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
fix typo in PICO_RUNTIME_SKIP_INIT_POST_CLOCK_RESETS (was missing INIT) (#2457)
This commit is contained in:
parent
792f55628e
commit
550aa09624
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ void __weak runtime_init_post_clock_resets(void) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !PICO_RUNTIME_SKIP_POST_CLOCK_RESETS
|
#if !PICO_RUNTIME_SKIP_INIT_POST_CLOCK_RESETS
|
||||||
PICO_RUNTIME_INIT_FUNC_HW(runtime_init_post_clock_resets, PICO_RUNTIME_INIT_POST_CLOCK_RESETS);
|
PICO_RUNTIME_INIT_FUNC_HW(runtime_init_post_clock_resets, PICO_RUNTIME_INIT_POST_CLOCK_RESETS);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue