Skip to content

Commit 927825a

Browse files
dhalbertwill-v-pi
authored andcommitted
boards/adafruit_feather_rp2350.h: add PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64 (raspberrypi#2248)
1 parent c2b0c00 commit 927825a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/boards/include/boards/adafruit_feather_rp2350.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
#ifndef _BOARDS_ADAFRUIT_FEATHER_RP2350_H
1717
#define _BOARDS_ADAFRUIT_FEATHER_RP2350_H
1818

19+
// On some samples, the xosc can take longer to stabilize than is usual
20+
#ifndef PICO_XOSC_STARTUP_DELAY_MULTIPLIER
21+
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
22+
#endif
23+
1924
// For board detection
2025
#define ADAFRUIT_FEATHER_RP2350
2126

0 commit comments

Comments
 (0)