From d9b9638b4a8c014d70f361a7a7c48fd78ded5f3f Mon Sep 17 00:00:00 2001 From: Jani Hirvinen Date: Tue, 4 Dec 2018 16:57:08 +0700 Subject: [PATCH] HAL_ChibiOS: fixed F405 PE15 afnum should be 15 and not 1 --- libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F405xx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F405xx.py b/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F405xx.py index a7bfea1032..c85bb56b6e 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F405xx.py +++ b/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F405xx.py @@ -382,7 +382,7 @@ AltFunction_map = { "PE14:TIM1_CH4" : 1, "PE15:TIM1_BKIN" : 1, "PE15:FSMC_D12" : 12, - "PE15:EVENTOUT" : 1, + "PE15:EVENTOUT" : 15, "PE1:DCMI_D3" : 13, "PE1:EVENTOUT" : 15, "PE1:FSMC_NBL1" : 12,