Enable Pin A14 for pinio use

Signed-off-by: Cheng Lin <bnn1044@gmail.com>
This commit is contained in:
Cheng Lin 2019-01-13 18:52:41 -05:00
parent c400186e70
commit b337ab45f8
1 changed files with 1 additions and 1 deletions

View File

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