Skip to content

Commit ec3fbb4

Browse files
kilograhamwill-v-pi
authored andcommitted
Increase default PICO_XOSC_STARTUP_DELAY_MULTIPLIER to 6 (ms) (raspberrypi#2245)
1 parent 1628a2d commit ec3fbb4

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

Lines changed: 2 additions & 2 deletions
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)