summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3/src/up_boot.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-07 21:09:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-07 21:09:02 +0000
commitcb336ef5d2995014cb4f2ab74db2756621144c74 (patch)
tree43e029390e6afe43ed323c3ba799f02c10d4b6c0 /nuttx/configs/micropendous3/src/up_boot.c
parentb5b4376dbc56930769ffaba4aadd987629e34c19 (diff)
downloadpx4-nuttx-cb336ef5d2995014cb4f2ab74db2756621144c74.tar.gz
px4-nuttx-cb336ef5d2995014cb4f2ab74db2756621144c74.tar.bz2
px4-nuttx-cb336ef5d2995014cb4f2ab74db2756621144c74.zip
Setting up AVR build environment
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3679 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/micropendous3/src/up_boot.c')
-rwxr-xr-xnuttx/configs/micropendous3/src/up_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/micropendous3/src/up_boot.c b/nuttx/configs/micropendous3/src/up_boot.c
index 5e9d8a48f..67838097a 100755
--- a/nuttx/configs/micropendous3/src/up_boot.c
+++ b/nuttx/configs/micropendous3/src/up_boot.c
@@ -78,7 +78,7 @@ void at90usb_boardinitialize(void)
* function at90usb_spiinitialize() has been brought into the link.
*/
-#if defined(CONFIG_AT90USB_SPI1) || defined(CONFIG_AT90USB_SPI2)
+#if defined(CONFIG_AVR_SPI1) || defined(CONFIG_AVR_SPI2)
if (at90usb_spiinitialize)
{
at90usb_spiinitialize();