mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
LPC11/17/43: Fix some extensive naming problems. All SSP functions were accidentally renamed to SPI functions.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user