Skip to content
Snippets Groups Projects
Unverified Commit 8982a088 authored by cladmi's avatar cladmi
Browse files

arduino-uno: configure BOOTLOADER_SIZE

parent 6a96042b
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,7 @@ export FFLAGS += -p m328p
# overridden for debugging (which requires changes that require to use an ISP)
export PROGRAMMER ?= arduino
BOOTLOADER_SIZE ?= 512
ROM_RESERVED ?= $(BOOTLOADER_SIZE)
include $(RIOTBOARD)/common/arduino-atmega/Makefile.include
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment