Skip to content
Snippets Groups Projects
Commit 74e6c033 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266/Makefile: Document "disable" value for UART_OS.

parent 7ebfe09f
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ INC += -I$(BUILD)
INC += -I$(ESP_SDK)/include
# UART for "os" messages. 0 is normal UART as used by MicroPython REPL,
# 1 is debug UART (tx only).
# 1 is debug UART (tx only), -1 to disable.
UART_OS = 0
CFLAGS_XTENSA = -fsingle-precision-constant -Wdouble-promotion \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment