More SPI initialize naming clarification

This commit is contained in:
Gregory Nutt
2016-01-31 15:38:15 -06:00
parent 6b449ac409
commit 028f566a0b
36 changed files with 92 additions and 92 deletions
+2 -2
View File
@@ -79,14 +79,14 @@
************************************************************************************/
/************************************************************************************
* Name: mbed_sspinitialize
* Name: mbed_spidev_initialize
*
* Description:
* Called to configure SPI chip select GPIO pins for the NUCLEUS-2G board.
*
************************************************************************************/
void weak_function mbed_sspinitialize(void);
void weak_function mbed_spidev_initialize(void);
#endif /* __ASSEMBLY__ */
#endif /* _CONFIGS_MBED_SRC_MBED_H */