From e6971a562eaad6d1f4344f99acae432123e72a62 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 26 Jan 2016 17:30:41 -0600 Subject: [PATCH] For LPC43xx MCUs, rename up_spiinitialize to lpc43_spibus_initialize --- configs/lpc4330-xplorer/src/lpc4330-xplorer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/lpc4330-xplorer/src/lpc4330-xplorer.h b/configs/lpc4330-xplorer/src/lpc4330-xplorer.h index 2f3c98d7a5e..3423c883e73 100644 --- a/configs/lpc4330-xplorer/src/lpc4330-xplorer.h +++ b/configs/lpc4330-xplorer/src/lpc4330-xplorer.h @@ -115,14 +115,14 @@ ****************************************************************************/ /**************************************************************************** - * Name: lpc43_sspinitialize + * Name: lpc43_spidev_initialize * * Description: * 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 /* _CONFIGS_LPC4330_XPLORER_SRC_XPLORER_H */