summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/atmega/atmega_lowinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/avr/src/atmega/atmega_lowinit.c')
-rw-r--r--nuttx/arch/avr/src/atmega/atmega_lowinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/avr/src/atmega/atmega_lowinit.c b/nuttx/arch/avr/src/atmega/atmega_lowinit.c
index 0acd08422..8987ea25e 100644
--- a/nuttx/arch/avr/src/atmega/atmega_lowinit.c
+++ b/nuttx/arch/avr/src/atmega/atmega_lowinit.c
@@ -1,7 +1,7 @@
/**************************************************************************
* arch/avr/src/atmega/atmega_lowinit.c
*
- * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011-2012, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -153,7 +153,7 @@ void up_lowinit(void)
/* Perform board-level initialization */
- up_boardinitialize();
+ atmega_boardinitialize();
}