Skip to content

Commit 6c43462

Browse files
authored
Update Sd2Card.cpp
lin20: #define USE_SPI_LIB //moved line 25
1 parent 65301f3 commit 6c43462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utility/Sd2Card.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
along with the Arduino Sd2Card Library. If not, see
1818
<http://www.gnu.org/licenses/>.
1919
*/
20-
#define USE_SPI_LIB
20+
//#define USE_SPI_LIB //moved line 25
2121
#include <Arduino.h>
2222
#include "Sd2Card.h"
2323
//------------------------------------------------------------------------------
2424
#ifndef SOFTWARE_SPI
25+
#define USE_SPI_LIB
2526
#ifdef USE_SPI_LIB
2627

2728
#ifndef SDCARD_SPI

0 commit comments

Comments
 (0)