Skip to content

Commit 7c023fa

Browse files
authored
Increase default PICO_XOSC_STARTUP_DELAY_MULTIPLIER to 6 (ms) (#2245)
1 parent de0416a commit 7c023fa

File tree

1 file changed

+2
-2
lines changed
  • src/rp2_common/hardware_xosc/include/hardware

1 file changed

+2
-2
lines changed

src/rp2_common/hardware_xosc/include/hardware/xosc.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
// Allow lengthening startup delay to accommodate slow-starting oscillators
1515

16-
// PICO_CONFIG: PICO_XOSC_STARTUP_DELAY_MULTIPLIER, Multiplier to lengthen xosc startup delay to accommodate slow-starting oscillators, type=int, min=1, default=1, group=hardware_xosc
16+
// PICO_CONFIG: PICO_XOSC_STARTUP_DELAY_MULTIPLIER, Multiplier (from 1ms) for xosc startup delay to accommodate slow-starting oscillators, type=int, min=1, default=6, group=hardware_xosc
1717
#ifndef PICO_XOSC_STARTUP_DELAY_MULTIPLIER
18-
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 1
18+
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 6
1919
#endif
2020

2121

0 commit comments

Comments
 (0)