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
2023-02-17 17:40:52 +01:00

8 lines
193 B
Makefile

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