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.
Fork of LG by
Diff: SPI.h
- Revision:
- 89:a0d344db227e
- Parent:
- 86:398da56ef751
- Child:
- 92:c892f0311aa7
diff -r b5c1d9d338d1 -r a0d344db227e SPI.h --- a/SPI.h Thu Mar 24 10:15:56 2016 +0000 +++ b/SPI.h Thu Mar 24 12:57:10 2016 +0000 @@ -31,7 +31,6 @@ extern unsigned int Buff_AMP []; extern struct SPI Spi; -extern void SPI_Exchange(); -extern void Init_SPI_Exchange(); +extern void Init_SPI_Exchange(void); #endif // SPI_H