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

arduino-duemilanove: configure BOOTLOADER_SIZE

parent 9720d9c5
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 ?= 2K
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.
Finish editing this message first!
Please register or to comment