Skip to content

Commit

Permalink
Merge pull request #31 from brentru/fix-for-pico
Browse files Browse the repository at this point in the history
Fix SDFat conflict with Arduino-Pico BSP
  • Loading branch information
hathach authored Mar 4, 2025
2 parents f3bba10 + caf9e91 commit 1d3b2a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SdFat - Adafruit Fork
version=2.2.3
version=2.2.54
license=MIT
author=Bill Greiman <[email protected]>
maintainer=Adafruit <[email protected]>
Expand All @@ -9,3 +9,4 @@ category=Data Storage
url=https://github.com/adafruit/SdFat
repository=https://github.com/adafruit/SdFat.git
architectures=rp2040,nrf52,samd,esp32,*
includes=SdFat_Adafruit_Fork.h
6 changes: 6 additions & 0 deletions src/SdFat_Adafruit_Fork.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef SDFAT_ADAFRUIT_FORK_H
#define SDFAT_ADAFRUIT_FORK_H

#include "SdFat.h"

#endif // SDFAT_ADAFRUIT_FORK_H

0 comments on commit 1d3b2a2

Please sign in to comment.