mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
193 B
Makefile
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
|