1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/esp32s2-lilygo-ttgo-t8/Makefile.include

8 lines
193 B
Makefile
Raw Normal View History

PSEUDOMODULES += esp32s2-lilygo-ttgo-t8-usb
ifneq (,$(filter esp32s2-lilygo-ttgo-t8-usb,$(USEMODULE)))
PORT_LINUX ?= /dev/ttyACM0
endif
include $(RIOTBOARD)/common/esp32s2/Makefile.include