aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-05-27 00:45:05 +0300
committerDamien George <damien.p.george@gmail.com>2016-08-09 23:51:15 +1000
commit554292c5cfbd841dc315a261fd747bfb4fbade2a (patch)
treeeda7f9c7e57742ec8932f0f77a8dea03d2b3fca9
parente4e4526954f8bcd88ceb21fe789963bfa710fa4f (diff)
esp8266: Disable "OS" debug output.
-rw-r--r--esp8266/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile
index ea9c7eb87..920b105ba 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -32,7 +32,7 @@ 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 to disable.
-UART_OS = 0
+UART_OS = -1
CFLAGS_XTENSA = -fsingle-precision-constant -Wdouble-promotion \
-D__ets__ -DICACHE_FLASH \