1
0
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:
Marian Buschsieweke 2020-02-10 15:01:27 +01:00
parent 7f4782e3e6
commit f5d9f29b57
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -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