summaryrefslogtreecommitdiff
path: root/nuttx/configs/teensy/hello/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/teensy/hello/Make.defs')
-rw-r--r--nuttx/configs/teensy/hello/Make.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/teensy/hello/Make.defs b/nuttx/configs/teensy/hello/Make.defs
index c21703af6..f10525efa 100644
--- a/nuttx/configs/teensy/hello/Make.defs
+++ b/nuttx/configs/teensy/hello/Make.defs
@@ -42,7 +42,7 @@ ifeq ($(CONFIG_AVR_WINAVR),y)
CROSSDEV = avr-
WINTOOL = y
MAXOPTIMIZATION = -O2
- ARCHCPUFLAGS = -mmcu=at90usb647
+ ARCHCPUFLAGS = -mmcu=at90usb1286
LDFLAGS += -nostartfiles -nodefaultlibs
endif
@@ -50,7 +50,7 @@ ifeq ($(CONFIG_AVR_LINUXGCC),y)
# GCC toolchain under Linux
CROSSDEV = avr-
MAXOPTIMIZATION = -O2
- ARCHCPUFLAGS = -mmcu=at90usb647
+ ARCHCPUFLAGS = -mmcu=at90usb1286
LDFLAGS += -nostartfiles -nodefaultlibs
endif
@@ -58,7 +58,7 @@ ifeq ($(CONFIG_AVR_BUILDROOT),y)
# NuttX buildroot GCC toolchain under Linux or Cygwin
CROSSDEV = avr-elf-
MAXOPTIMIZATION = -O2
- ARCHCPUFLAGS = -mmcu=at90usb647
+ ARCHCPUFLAGS = -mmcu=at90usb1286
LDFLAGS += -nostartfiles -nodefaultlibs
endif