summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/kwikstik-k40/include/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/kwikstik-k40/include/board.h b/nuttx/configs/kwikstik-k40/include/board.h
index 26eed6661..be47b9ebf 100755
--- a/nuttx/configs/kwikstik-k40/include/board.h
+++ b/nuttx/configs/kwikstik-k40/include/board.h
@@ -84,7 +84,7 @@ extern "C" {
* Public Function Prototypes
************************************************************************************/
/************************************************************************************
- * Name: k40_boardinitialize
+ * Name: kinetis_boardinitialize
*
* Description:
* All STM32 architectures must provide the following entry point. This entry point
@@ -93,7 +93,7 @@ extern "C" {
*
************************************************************************************/
-EXTERN void k40_boardinitialize(void);
+EXTERN void kinetis_boardinitialize(void);
/************************************************************************************
* Button support.