summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-08 21:10:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-08 21:10:47 +0000
commitfe2959c7e6d314cc44cf5472d20b8ac6d5806b51 (patch)
tree45399264e3dd854c8236e96a9930e40b3083ce28 /nuttx/configs/micropendous3/src
parentc626aec4434149e17e4cd98174e59095a3a06e05 (diff)
downloadpx4-nuttx-fe2959c7e6d314cc44cf5472d20b8ac6d5806b51.tar.gz
px4-nuttx-fe2959c7e6d314cc44cf5472d20b8ac6d5806b51.tar.bz2
px4-nuttx-fe2959c7e6d314cc44cf5472d20b8ac6d5806b51.zip
More logic for the AVR port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3684 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/micropendous3/src')
-rwxr-xr-xnuttx/configs/micropendous3/src/up_boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/micropendous3/src/up_boot.c b/nuttx/configs/micropendous3/src/up_boot.c
index c6e261a45..6c9a879a8 100755
--- a/nuttx/configs/micropendous3/src/up_boot.c
+++ b/nuttx/configs/micropendous3/src/up_boot.c
@@ -63,7 +63,7 @@
************************************************************************************/
/************************************************************************************
- * Name: at90usb_boardinitialize
+ * Name: up_boardinitialize
*
* Description:
* All AT90USB architectures must provide the following entry point. This entry
@@ -72,7 +72,7 @@
*
************************************************************************************/
-void at90usb_boardinitialize(void)
+void up_boardinitialize(void)
{
/* Configure SSP chip selects if 1) at least one SSP is enabled, and 2) the weak
* function at90usb_spiinitialize() has been brought into the link.