mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
AP_HAL_ChibiOS: STM32F777xx.py: correct pincount for J and K
This commit is contained in:
parent
948e00a072
commit
bfded82da5
@ -19,8 +19,8 @@ pincount = {
|
||||
'G': 16,
|
||||
'H': 16,
|
||||
'I': 16,
|
||||
'J': 0,
|
||||
'K': 0
|
||||
'J': 16,
|
||||
'K': 8
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user