Commit acd234f3 authored by EndlessDelirium's avatar EndlessDelirium Committed by Sandeep Mistry

Added missing endif that was accidentially removed in commit...

Added missing endif that was accidentially removed in commit https://github.com/sandeepmistry/arduino-nRF5/commit/0524008cca0432dba9da0dac5e665bb50ae7cd25#diff-ddd77aecb16ad4a70bea9989e9fd8022 (#339)
parent 0524008c
......@@ -155,3 +155,5 @@ extern SPIClass SPI1;
#define SPI_CLOCK_DIV64 64 * DIVISOR
#define SPI_CLOCK_DIV128 128 * DIVISOR
#endif
#endif
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment