Skip to content

Commit f278035

Browse files
1 parent 3359c48 commit f278035

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utility/Sd2PinMap.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
along with the Arduino SdFat Library. If not, see
1818
<http://www.gnu.org/licenses/>.
1919
*/
20-
#if defined(__arm__) // Arduino Due Board follows
20+
//#if defined(__arm__) // Arduino Due Board follows
21+
#if defined(__arm__) || defined(__XTENSA__) || defined(ESP32) // This line allows use on Espressif ESP32 boards
2122

2223
#ifndef Sd2PinMap_h
2324
#define Sd2PinMap_h

0 commit comments

Comments
 (0)