Browse Source

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

gps-1.3.1
phil tokumaru 3 years ago committed by Peter Barker
parent
commit
bfded82da5
  1. 4
      libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F777xx.py

4
libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32F777xx.py

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

Loading…
Cancel
Save