Skip to content

Commit

Permalink
boards/arduino-leonardo: Refactor avrdude conf
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Feb 10, 2020
1 parent 7f4782e commit f5d9f29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions boards/arduino-leonardo/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f5d9f29

Please sign in to comment.