add at90 to list
This commit is contained in:
parent
f8c07e05c2
commit
44370bc35b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ ifneq ($(findstring STM32F303, $(MCU)),)
|
||||||
DFU_ARGS ?= -d 0483:df11 -a 0 -s 0x08000000:leave
|
DFU_ARGS ?= -d 0483:df11 -a 0 -s 0x08000000:leave
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(MCU)), atmega32u4)
|
ifneq (,$(filter $(MCU),atmega32u4 at90usb1286))
|
||||||
# Processor frequency.
|
# Processor frequency.
|
||||||
# This will define a symbol, F_CPU, in all source code files equal to the
|
# This will define a symbol, F_CPU, in all source code files equal to the
|
||||||
# processor frequency in Hz. You can then use this symbol in your source code to
|
# processor frequency in Hz. You can then use this symbol in your source code to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue