AP_HAL_ChibiOS: correct description of where stdout goes

This commit is contained in:
Peter Barker 2020-05-01 12:57:54 +10:00 committed by Andrew Tridgell
parent f8b6d4b0ac
commit 967f8bf726
2 changed files with 4 additions and 4 deletions

View File

@ -53,9 +53,9 @@ FLASH_SIZE_KB 2048
# in drivers.
# serial port for stdout. This is optional. If you leave it out then
# output from printf() lines will be thrown away (you can stil use
# output from printf() lines will be sent to
# hal.console->printf() for the ArduPilot console, which is the first
# UART in the SERIAL_ORDER list). The value for STDOUT_SERIAL is a
# UART in the SERIAL_ORDER list. The value for STDOUT_SERIAL is a
# serial device name, and must be for a serial device for which pins
# are defined in this file. For example, SD7 is for UART7 (SD7 ==
# "serial device 7" in ChibiOS).

View File

@ -59,9 +59,9 @@ env OPTIMIZE -O2
# in drivers.
# serial port for stdout. This is optional. If you leave it out then
# output from printf() lines will be thrown away (you can stil use
# output from printf() lines will be sent to
# hal.console->printf() for the ArduPilot console, which is the first
# UART in the SERIAL_ORDER list). The value for STDOUT_SERIAL is a
# UART in the SERIAL_ORDER list. The value for STDOUT_SERIAL is a
# serial device name, and must be for a serial device for which pins
# are defined in this file. For example, SD7 is for UART7 (SD7 ==
# "serial device 7" in ChibiOS).