summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3/src/up_boot.c
diff options
context:
space:
mode:
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();