summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3/src/micropendous3_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/micropendous3/src/micropendous3_internal.h')
-rwxr-xr-xnuttx/configs/micropendous3/src/micropendous3_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/micropendous3/src/micropendous3_internal.h b/nuttx/configs/micropendous3/src/micropendous3_internal.h
index 6914d98fe..8425bfb8f 100755
--- a/nuttx/configs/micropendous3/src/micropendous3_internal.h
+++ b/nuttx/configs/micropendous3/src/micropendous3_internal.h
@@ -76,7 +76,7 @@ extern "C" {
*
************************************************************************************/
-#if defined(CONFIG_AT90USB_SPI1) || defined(CONFIG_AT90USB_SPI2)
+#if defined(CONFIG_AVR_SPI1) || defined(CONFIG_AVR_SPI2)
EXTERN void weak_function at90usb_spiinitialize(void);
#endif