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 250cbf0 commit e187db7Copy full SHA for e187db7
src/provisioning/tinyusb/SdFat_Adafruit_Fork.h
@@ -0,0 +1,6 @@
1
+#ifndef SDFAT_ADAFRUIT_FORK_H
2
+#define SDFAT_ADAFRUIT_FORK_H
3
+
4
+#include "SdFat.h"
5
6
+#endif // SDFAT_ADAFRUIT_FORK_H
src/provisioning/tinyusb/Wippersnapper_FS.h
@@ -17,7 +17,7 @@
17
18
#include "Adafruit_SPIFlash.h"
19
#include "Adafruit_TinyUSB.h"
20
-#include "SdFat.h"
+// #include "SdFat.h"
21
// using f_mkfs() for formatting
22
#include "fatfs/ff.h" // NOTE: This should be #included before fatfs/diskio.h!!!
23
#include "fatfs/diskio.h"
0 commit comments