mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
boards/adafruit_feather_rp2350.h: add PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64 (#2248)
This commit is contained in:
parent
05dbc11b4a
commit
f407f5b8e8
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@
|
|||
#ifndef _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
|
||||
#define ADAFRUIT_FEATHER_RP2350
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue