summaryrefslogtreecommitdiff
path: root/nuttx/configs/moteino-mega/src/avr_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/moteino-mega/src/avr_boot.c')
-rw-r--r--nuttx/configs/moteino-mega/src/avr_boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/moteino-mega/src/avr_boot.c b/nuttx/configs/moteino-mega/src/avr_boot.c
index e38da636b..00163a0f7 100644
--- a/nuttx/configs/moteino-mega/src/avr_boot.c
+++ b/nuttx/configs/moteino-mega/src/avr_boot.c
@@ -62,7 +62,7 @@
************************************************************************************/
/************************************************************************************
- * Name: up_boardinitialize
+ * Name: atmega_boardinitialize
*
* Description:
* All ATMega architectures must provide the following entry point. This entry
@@ -71,7 +71,7 @@
*
************************************************************************************/
-void up_boardinitialize(void)
+void atmega_boardinitialize(void)
{
/* Configure SSP chip selects if 1) at least one SSP is enabled, and 2) the weak
* function atmega_spiinitialize() has been brought into the link.