For LPC43xx MCUs, rename up_spiinitialize to lpc43_spibus_initialize

This commit is contained in:
Gregory Nutt 2016-01-26 17:30:41 -06:00
parent 8201752561
commit e6971a562e

View File

@ -115,14 +115,14 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Name: lpc43_sspinitialize * Name: lpc43_spidev_initialize
* *
* Description: * Description:
* Called to configure SPI chip select GPIO pins for the Lincoln 80 board. * Called to configure SPI chip select GPIO pins for the Lincoln 80 board.
* *
****************************************************************************/ ****************************************************************************/
void weak_function lpc43_sspinitialize(void); void weak_function lpc43_spidev_initialize(void);
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* _CONFIGS_LPC4330_XPLORER_SRC_XPLORER_H */ #endif /* _CONFIGS_LPC4330_XPLORER_SRC_XPLORER_H */