Skip to content

Commit

Permalink
examples/gnrc_border_router: relax restriction on wifi UPLINK
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Hüßler authored and fabian18 committed Aug 18, 2023
1 parent d981925 commit 4612e78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/gnrc_border_router/Makefile.board.dep
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 4612e78

Please sign in to comment.