We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b0c00 commit 927825aCopy full SHA for 927825a
src/boards/include/boards/adafruit_feather_rp2350.h
@@ -16,6 +16,11 @@
16
#ifndef _BOARDS_ADAFRUIT_FEATHER_RP2350_H
17
#define _BOARDS_ADAFRUIT_FEATHER_RP2350_H
18
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
+
24
// For board detection
25
#define ADAFRUIT_FEATHER_RP2350
26
0 commit comments