From 84ac98622c16a78b7bfe37394215e9da6cebb526 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 3 Feb 2019 20:25:43 +1100 Subject: [PATCH] HAL_ChibiOS: fixed charset issue in H7 database --- libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H743xx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H743xx.py b/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H743xx.py index 4a5d214bd1..8f29d85077 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H743xx.py +++ b/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H743xx.py @@ -1048,7 +1048,7 @@ AltFunction_map = { "PH14:FDCAN1_RX" : 9, "PH14:FMC_D22" : 12, "PH14:LCD_G3" : 14, - "PH14:TIM8_μCH2N" : 3, + "PH14:TIM8_UCH2N" : 3, "PH14:UART4_RX" : 8, "PH15:DCMI_D11" : 13, "PH15:EVENT-OUT" : 15,