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