Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of display_nums2 by
Diff: spi_fix.h
- Revision:
- 4:a01cf485b9d9
- Parent:
- 3:1acb956e61b2
diff -r 1acb956e61b2 -r a01cf485b9d9 spi_fix.h --- a/spi_fix.h Fri Mar 09 21:07:53 2018 +0000 +++ b/spi_fix.h Fri Mar 09 22:02:39 2018 +0000 @@ -1,5 +1,5 @@ -#ifndef SPI -#define SPI +#ifndef SPI_FIX +#define SPI_FIX #include <mbed.h>
