1
0
Fork 0
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:
jflyper 2018-10-06 22:49:20 +09:00
parent 811364c2ec
commit 7af04088d6

View file

@ -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)