LPC11/17/43: Fix some extensive naming problems. All SSP functions were accidentally renamed to SPI functions.

This commit is contained in:
Gregory Nutt
2016-02-04 10:24:32 -06:00
parent d5cbcc1293
commit 2c59992fb4
38 changed files with 117 additions and 117 deletions
+2 -2
View File
@@ -79,14 +79,14 @@
************************************************************************************/
/************************************************************************************
* Name: mbed_spidev_initialize
* Name: mbed_sspdev_initialize
*
* Description:
* Called to configure SPI chip select GPIO pins for the NUCLEUS-2G board.
*
************************************************************************************/
void weak_function mbed_spidev_initialize(void);
void weak_function mbed_sspdev_initialize(void);
#endif /* __ASSEMBLY__ */
#endif /* _CONFIGS_MBED_SRC_MBED_H */