boards/adafruit_feather_rp2350.h: add PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64 (#2248)

This commit is contained in:
Dan Halbert 2025-02-10 11:18:33 -05:00 committed by GitHub
parent 05dbc11b4a
commit f407f5b8e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,11 @@
#ifndef _BOARDS_ADAFRUIT_FEATHER_RP2350_H #ifndef _BOARDS_ADAFRUIT_FEATHER_RP2350_H
#define _BOARDS_ADAFRUIT_FEATHER_RP2350_H #define _BOARDS_ADAFRUIT_FEATHER_RP2350_H
// On some samples, the xosc can take longer to stabilize than is usual
#ifndef PICO_XOSC_STARTUP_DELAY_MULTIPLIER
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
#endif
// For board detection // For board detection
#define ADAFRUIT_FEATHER_RP2350 #define ADAFRUIT_FEATHER_RP2350