Skip to content

Commit 1b1e099

Browse files
committed
Fixing warnings in Ethernet library (Paul Stoffregen).
http://code.google.com/p/arduino/issues/detail?id=208 (Filtered from arduino/Arduino@965480f)
1 parent 75f6374 commit 1b1e099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define SPI_CLOCK_DIV2 0x04
2323
#define SPI_CLOCK_DIV8 0x05
2424
#define SPI_CLOCK_DIV32 0x06
25-
#define SPI_CLOCK_DIV64 0x07
25+
//#define SPI_CLOCK_DIV64 0x07
2626

2727
#define SPI_MODE0 0x00
2828
#define SPI_MODE1 0x04

0 commit comments

Comments
 (0)