diff --git a/esp8266/Makefile b/esp8266/Makefile
index 9a7602702643ecd156bd0d5047afc6553dcfb568..65093d819b7de76484becc035227d43b7d6ec292 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -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 \