From da1b5e3baf43a067b56adb1acf89c6a98f76fc47 Mon Sep 17 00:00:00 2001 From: graham sanderson Date: Mon, 30 Sep 2024 16:24:32 -0500 Subject: [PATCH] oops --- src/rp2_common/hardware_clocks/clocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/hardware_clocks/clocks.c b/src/rp2_common/hardware_clocks/clocks.c index 1f580f0c7..e04cebefc 100644 --- a/src/rp2_common/hardware_clocks/clocks.c +++ b/src/rp2_common/hardware_clocks/clocks.c @@ -346,7 +346,7 @@ void set_sys_clock_48mhz(void) { #ifndef PICO_CLOCK_ADJUST_PERI_CLOCK_WITH_SYS_CLOCK // support old incorrect spelling too #ifdef PICO_CLOCK_AJDUST_PERI_CLOCK_WITH_SYS_CLOCK -#define PICO_CLOCK_ADJUST_PERI_CLOCK_WITH_SYS_CLOCK PICO_CLOCK_ADJUST_PERI_CLOCK_WITH_SYS_CLOCK +#define PICO_CLOCK_ADJUST_PERI_CLOCK_WITH_SYS_CLOCK PICO_CLOCK_AJDUST_PERI_CLOCK_WITH_SYS_CLOCK #else // By default, when reconfiguring the system clock PLL settings after runtime initialization, // the peripheral clock is switched to the 48MHz USB clock to ensure continuity of peripheral operation.