Skip to content

Commit 1a68c52

Browse files
fixed IS_PIN_SPI ifndef in boards.h
1 parent f0a43ca commit 1a68c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Boards.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ writePort(port, value, bitmask): Write an 8 bit port.
338338
#endif
339339

340340
// as long this is not defined for all boards:
341-
#ifndef IS_PIN_SPI(p)
341+
#ifndef IS_PIN_SPI
342342
#define IS_PIN_SPI(p) 0
343343
#endif
344344

0 commit comments

Comments
 (0)