From 967f8bf726bcb3cd54d6aa4c3fd00b615f781d0c Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 1 May 2020 12:57:54 +1000 Subject: [PATCH] AP_HAL_ChibiOS: correct description of where stdout goes --- libraries/AP_HAL_ChibiOS/hwdef/CubeYellow/hwdef.dat | 4 ++-- libraries/AP_HAL_ChibiOS/hwdef/mRoX21-777/hwdef.dat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/CubeYellow/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/CubeYellow/hwdef.dat index 6e94dcdc1c..23bd5a686b 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/CubeYellow/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/CubeYellow/hwdef.dat @@ -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). diff --git a/libraries/AP_HAL_ChibiOS/hwdef/mRoX21-777/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/mRoX21-777/hwdef.dat index d13dbdceca..61fb054975 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/mRoX21-777/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/mRoX21-777/hwdef.dat @@ -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).