diff --git a/boards/atmega1284p/Makefile.include b/boards/atmega1284p/Makefile.include index bcaf884853..0959205d35 100644 --- a/boards/atmega1284p/Makefile.include +++ b/boards/atmega1284p/Makefile.include @@ -2,8 +2,7 @@ PORT_LINUX ?= /dev/ttyUSB0 PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*))) BAUD ?= 9600 -ATMEGA328P_CLOCK ?= -include $(RIOTMAKE)/tools/serial.inc.mk +ATMEGA1284P_CLOCK ?= # Allow overwriting programmer via env variables without affecting other boards PROGRAMMER_BOARD_ATMEGA1284P ?= dragon_isp @@ -14,5 +13,4 @@ ifneq (,$(ATMEGA1284P_CLOCK)) CFLAGS += -DCLOCK_CORECLOCK=$(ATMEGA1284P_CLOCK) endif -include $(RIOTMAKE)/tools/avrdude.inc.mk include $(RIOTBOARD)/common/atmega/Makefile.include diff --git a/boards/atmega1284p/doc.txt b/boards/atmega1284p/doc.txt index e0b5dbabb6..fd9f263290 100644 --- a/boards/atmega1284p/doc.txt +++ b/boards/atmega1284p/doc.txt @@ -11,7 +11,7 @@ it. (An ISP programmer will be needed to program it; or to program a bootloader to subsequently allow programming via UART.) ### MCU -| MCU | ATmega328p | +| MCU | ATmega1284p | |:------------- |:-------------------------------------- | | Family | AVR/ATmega | | Vendor | Microchip (previously Atmel) |