Skip to content

Commit 74e6c03

Browse files
committed
esp8266/Makefile: Document "disable" value for UART_OS.
1 parent 7ebfe09 commit 74e6c03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esp8266/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ INC += -I$(BUILD)
2626
INC += -I$(ESP_SDK)/include
2727

2828
# UART for "os" messages. 0 is normal UART as used by MicroPython REPL,
29-
# 1 is debug UART (tx only).
29+
# 1 is debug UART (tx only), -1 to disable.
3030
UART_OS = 0
3131

3232
CFLAGS_XTENSA = -fsingle-precision-constant -Wdouble-promotion \

0 commit comments

Comments
 (0)