Enable Pin A14 for pinio use
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
This commit is contained in:
parent
c400186e70
commit
b337ab45f8
|
@ -110,7 +110,7 @@
|
||||||
#define DEFAULT_FEATURES FEATURE_OSD
|
#define DEFAULT_FEATURES FEATURE_OSD
|
||||||
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||||
|
|
||||||
#define TARGET_IO_PORTA (0xffff & ~(BIT(14)|BIT(13)))
|
#define TARGET_IO_PORTA (0xffff & ~(BIT(13)))
|
||||||
#define TARGET_IO_PORTB (0xffff & ~(BIT(2)))
|
#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)|BIT(14)|BIT(13)))
|
||||||
#define TARGET_IO_PORTD BIT(2)
|
#define TARGET_IO_PORTD BIT(2)
|
||||||
|
|
Loading…
Reference in New Issue