mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
158 B
Makefile
7 lines
158 B
Makefile
PORT_LINUX ?= /dev/ttyACM0
|
|
|
|
CFLAGS += -DCONFIG_CONSOLE_UART_TX=39
|
|
CFLAGS += -DCONFIG_CONSOLE_UART_RX=37
|
|
|
|
include $(RIOTBOARD)/common/esp32s2/Makefile.include
|