AP_HAL_ChibiOS: STM32F777xx.py: correct pincount for J and K

This commit is contained in:
phil tokumaru 2021-12-22 12:58:14 -08:00 committed by Peter Barker
parent 948e00a072
commit bfded82da5

View File

@ -19,8 +19,8 @@ pincount = {
'G': 16,
'H': 16,
'I': 16,
'J': 0,
'K': 0
'J': 16,
'K': 8
}