Skip to content

Commit

Permalink
tbs_lucid: mask PA13/PA14 to enable debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleiner committed Sep 19, 2024
1 parent f9745d7 commit 5260d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/target/TBS_LUCID_FC/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
#define VBAT_ADC_CHANNEL ADC_CHN_1
#define CURRENT_METER_ADC_CHANNEL ADC_CHN_2

#define TARGET_IO_PORTA 0xffff
#define TARGET_IO_PORTA (0xffff & ~(BIT(14)|BIT(13)))
#define TARGET_IO_PORTB 0xffff
#define TARGET_IO_PORTC 0xffff
#define TARGET_IO_PORTD (BIT(2) | BIT(12) | BIT(13))
Expand Down

0 comments on commit 5260d88

Please sign in to comment.