diff --git a/examples/gnrc_border_router/Makefile.board.dep b/examples/gnrc_border_router/Makefile.board.dep index 4b1d06953a..9943c4f057 100644 --- a/examples/gnrc_border_router/Makefile.board.dep +++ b/examples/gnrc_border_router/Makefile.board.dep @@ -10,8 +10,6 @@ ifeq (,$(filter native,$(BOARD))) ifneq (ble, $(DOWNLINK)) USEMODULE += esp_now endif - else - $(error Only esp32 and esp8266 are currently supported) endif endif ifeq (ble, $(DOWNLINK))