Skip to content

Commit f407f5b

Browse files
authored
boards/adafruit_feather_rp2350.h: add PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64 (#2248)
1 parent 05dbc11 commit f407f5b

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)