summaryrefslogtreecommitdiff
path: root/nuttx/configs/mbed/src/mbed_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mbed/src/mbed_internal.h')
-rw-r--r--nuttx/configs/mbed/src/mbed_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/mbed/src/mbed_internal.h b/nuttx/configs/mbed/src/mbed_internal.h
index 6b966b47a..947799d3c 100644
--- a/nuttx/configs/mbed/src/mbed_internal.h
+++ b/nuttx/configs/mbed/src/mbed_internal.h
@@ -80,14 +80,14 @@
************************************************************************************/
/************************************************************************************
- * Name: lpc17_sspinitialize
+ * Name: mbed_sspinitialize
*
* Description:
* Called to configure SPI chip select GPIO pins for the NUCLEUS-2G board.
*
************************************************************************************/
-extern void weak_function lpc17_sspinitialize(void);
+void weak_function mbed_sspinitialize(void);
#endif /* __ASSEMBLY__ */
#endif /* _CONFIGS_MBED_SRC_MBED_INTERNAL_H */