From bfded82da55763b2f9cddd218b44e81ac23f4142 Mon Sep 17 00:00:00 2001 From: phil tokumaru Date: Wed, 22 Dec 2021 12:58:14 -0800 Subject: [PATCH] AP_HAL_ChibiOS: STM32F777xx.py: correct pincount for J and K --- libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F777xx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F777xx.py b/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F777xx.py index 67d59a4aae..fbc95bd1ae 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F777xx.py +++ b/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F777xx.py @@ -19,8 +19,8 @@ pincount = { 'G': 16, 'H': 16, 'I': 16, - 'J': 0, - 'K': 0 + 'J': 16, + 'K': 8 }