From da402f4fb7d803e47e57f2bb7ec93dfafb914038 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 18 Nov 2018 15:55:02 +1100 Subject: [PATCH] HAL_ChibiOS: fixed KakuteF7 UART order --- libraries/AP_HAL_ChibiOS/hwdef/KakuteF7/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/KakuteF7/README.md b/libraries/AP_HAL_ChibiOS/hwdef/KakuteF7/README.md index aa3d1b5f2a..5f6d1b105d 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/KakuteF7/README.md +++ b/libraries/AP_HAL_ChibiOS/hwdef/KakuteF7/README.md @@ -21,16 +21,16 @@ The KakuteF7 AIO is a flight controller produced by [Holybro](http://www.holybro ## UART Mapping - SERIAL0 -> USB - - SERIAL1 -> UART3 (Telem1) + - SERIAL1 -> UART1 (Telem1) - SERIAL2 -> UART2 (Telem2) - - SERIAL3 -> UART1 (GPS) + - SERIAL3 -> UART3 (GPS) - SERIAL4 -> UART4 - SERIAL5 -> UART7 - SERIAL6 -> UART6 (Transmit only, FrSky) ## RC Input - RC input is configured on the R6 (UART6_RX) pin. It supports all RC protocols. +RC input is configured on the R6 (UART6_RX) pin. It supports all RC protocols. ## FrSky Telemetry