File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -512,8 +512,7 @@ jobs:
512
512
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
513
513
- uses : actions/checkout@v4
514
514
with :
515
- repository : adafruit/ci-arduino
516
- ref : ci-wippersnapper
515
+ repository : brentru/ci-arduino
517
516
path : ci
518
517
- name : Install CI-Arduino
519
518
run : bash ci/actions_install.sh
Original file line number Diff line number Diff line change 17
17
18
18
#include " Adafruit_SPIFlash.h"
19
19
#include " Adafruit_TinyUSB.h"
20
- // #include "SdFat.h"
20
+ # ifdef ARDUINO_ARCH_RP2040
21
21
#include " SdFat_Adafruit_Fork.h"
22
+ #else
23
+ #include " SdFat.h"
24
+ #endif
22
25
// using f_mkfs() for formatting
23
26
#include " fatfs/ff.h" // NOTE: This should be #included before fatfs/diskio.h!!!
24
27
#include " fatfs/diskio.h"
You can’t perform that action at this time.
0 commit comments