mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/arduino-leonardo: Refactor avrdude conf
This commit is contained in:
parent
7f4782e3e6
commit
f5d9f29b57
@ -11,9 +11,6 @@ BAUD ?= 9600
|
||||
|
||||
# PROGRAMMER defaults to avr109 which is the internal flasher via USB. Can be
|
||||
# overridden for debugging (which requires changes that require to use an ISP)
|
||||
PROGRAMMER ?= avr109
|
||||
|
||||
BOOTLOADER_SIZE ?= 4K
|
||||
ROM_RESERVED ?= $(BOOTLOADER_SIZE)
|
||||
BOOTLOADER ?= avr109
|
||||
|
||||
include $(RIOTBOARD)/common/arduino-atmega/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user