Browse Source

HAL_ChibiOS: fixed charset issue in H7 database

master
Andrew Tridgell 6 years ago
parent
commit
84ac98622c
  1. 2
      libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H743xx.py

2
libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H743xx.py

@ -1048,7 +1048,7 @@ AltFunction_map = { @@ -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,

Loading…
Cancel
Save