Skip to content

Commit

Permalink
TBS_LUCID_H7: mask swd pins
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleiner committed Dec 10, 2024
1 parent 0321e75 commit 2a6ceeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/target/TBS_LUCID_H7/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
#define USE_SERIAL_4WAY_BLHELI_INTERFACE
#define ENABLE_BLACKBOX_LOGGING_ON_SDCARD_BY_DEFAULT

#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 0xffff
Expand Down

0 comments on commit 2a6ceeb

Please sign in to comment.