mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Allow PC13 and PC14 for Omnibus F4 V6
This commit is contained in:
parent
811364c2ec
commit
7af04088d6
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
|||
|
||||
#define TARGET_IO_PORTA (0xffff & ~(BIT(14)|BIT(13)))
|
||||
#define TARGET_IO_PORTB (0xffff & ~(BIT(2)))
|
||||
#define TARGET_IO_PORTC (0xffff & ~(BIT(15)|BIT(14)|BIT(13)))
|
||||
#define TARGET_IO_PORTC (0xffff & ~(BIT(15)))
|
||||
#define TARGET_IO_PORTD BIT(2)
|
||||
|
||||
#if defined(OMNIBUSF4FW) || defined(OMNIBUSF4FW1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue