For LPC43xx MCUs, rename up_spiinitialize to lpc43_spibus_initialize
This commit is contained in:
parent
8201752561
commit
e6971a562e
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user