diff --git a/cpu/atmega32u4/Makefile.include b/cpu/atmega32u4/Makefile.include index 9638331d3f..a57c5b81bd 100644 --- a/cpu/atmega32u4/Makefile.include +++ b/cpu/atmega32u4/Makefile.include @@ -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/