Skip to content

Commit acd234f

Browse files
EndlessDeliriumsandeepmistry
authored andcommitted
Added missing endif that was accidentially removed in commit 0524008#diff-ddd77aecb16ad4a70bea9989e9fd8022 (#339)
1 parent 0524008 commit acd234f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/SPI/SPI.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,5 @@ extern SPIClass SPI1;
155155
#define SPI_CLOCK_DIV64 64 * DIVISOR
156156
#define SPI_CLOCK_DIV128 128 * DIVISOR
157157
#endif
158+
159+
#endif

0 commit comments

Comments
 (0)