Merge pull request #15229 from benpicco/boards/microduino-corerf-bl

boards/microduino-corerf: don't set bootloader size
This commit is contained in:
Alexandre Abadie 2020-10-15 08:18:36 +02:00 committed by GitHub
commit 9b33d8da9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,4 @@ BAUD ?= 115200
PROGRAMMER_MICRODUINO_CORERF ?= UM232H
PROGRAMMER ?= $(PROGRAMMER_MICRODUINO_CORERF)
# We don't use a bootloader
BOOTLOADER_SIZE ?= 0
ROM_RESERVED ?= $(BOOTLOADER_SIZE)
include $(RIOTBOARD)/common/atmega/Makefile.include