Skip to content

Commit 126c10f

Browse files
committed
reduce odds of a silent failure when acidentally invoking arbitrary SS pin
1 parent f700106 commit 126c10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/ard_sup/Arduino_defines.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949

5050
#define digitalPinToInterrupt(P) (P) // all apollo3 pads are interrupt capable
5151

52-
#define SS 10 //Built in SD library requires an SS pin be defined. Pin # is arbitrary.
52+
#define SS 255 //Built in SD library requires an SS pin be defined. Pin # is arbitrary.

0 commit comments

Comments
 (0)