Skip to content

Commit 5311fb8

Browse files
committed
Tests are failing, using wrong SdFat library. #491
1 parent f016dcf commit 5311fb8

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pico_rp2040_tinyusb_host
22
CH32V20x_EVT
3+
feather_rp2040_tinyusb
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pico_rp2040_tinyusb_host
22
CH32V20x_EVT
3+
feather_rp2040_tinyusb
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pico_rp2040_tinyusb_host
2+
feather_rp2040_tinyusb

src/arduino/Adafruit_USBD_CDC.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
// esp32 use built-in core cdc
2828
#if CFG_TUD_CDC && !defined(ARDUINO_ARCH_ESP32)
2929

30+
// Include before "Arduino.h" because TinyUSB is part of platform cores
31+
// When developing TinyUSB, it needs to include the local version, not the
32+
// platform core version, which is what gets included by Arduino.h
3033
#include "Adafruit_USBD_CDC.h"
3134

3235
#include "Arduino.h"

0 commit comments

Comments
 (0)