Skip to content

Commit 1d3b2a2

Browse files
authored
Merge pull request #31 from brentru/fix-for-pico
Fix SDFat conflict with Arduino-Pico BSP
2 parents f3bba10 + caf9e91 commit 1d3b2a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

library.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SdFat - Adafruit Fork
2-
version=2.2.3
2+
version=2.2.54
33
license=MIT
44
author=Bill Greiman <fat16lib@sbcglobal.net>
55
maintainer=Adafruit <support@adafruit.com>
@@ -9,3 +9,4 @@ category=Data Storage
99
url=https://github.com/adafruit/SdFat
1010
repository=https://github.com/adafruit/SdFat.git
1111
architectures=rp2040,nrf52,samd,esp32,*
12+
includes=SdFat_Adafruit_Fork.h

src/SdFat_Adafruit_Fork.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)