summaryrefslogtreecommitdiff
path: root/nuttx/configs/freedom-kl25z/include/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/freedom-kl25z/include/board.h')
-rw-r--r--nuttx/configs/freedom-kl25z/include/board.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/configs/freedom-kl25z/include/board.h b/nuttx/configs/freedom-kl25z/include/board.h
index 7a17570c4..d82517a49 100644
--- a/nuttx/configs/freedom-kl25z/include/board.h
+++ b/nuttx/configs/freedom-kl25z/include/board.h
@@ -266,16 +266,16 @@ extern "C" {
* Public Function Prototypes
************************************************************************************/
/************************************************************************************
- * Name: kinetis_boardinitialize
+ * Name: kl_boardinitialize
*
* Description:
- * All STM32 architectures must provide the following entry point. This entry point
- * is called early in the intitialization -- after all memory has been configured
- * and mapped but before any devices have been initialized.
+ * All Kinetis L architectures must provide the following entry point. This entry
+ * point is called early in the intitialization -- after all memory has been
+ * configured and mapped but before any devices have been initialized.
*
************************************************************************************/
-EXTERN void kinetis_boardinitialize(void);
+void kl_boardinitialize(void);
#undef EXTERN
#if defined(__cplusplus)