1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/atmega32u4: remove obsolete -DCOREIF_NG=1

This commit is contained in:
Kaspar Schleiser 2020-02-05 15:08:13 +01:00
parent 9607977e15
commit 0cb13186cc

View File

@ -1,6 +1,3 @@
# this CPU implementation is using the new core/CPU interface
CFLAGS += -DCOREIF_NG=1
# define path to atmega common module, which is needed for this CPU
export ATMEGA_COMMON = $(RIOTCPU)/atmega_common/