mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
h7: enable ports H and I (#14199)
* h7: enable ports H and I * Update src/platform/STM32/target/STM32H743/target.h Co-authored-by: Mark Haslinghuis <mark@numloq.nl> --------- Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
This commit is contained in:
parent
bbaf961edb
commit
5fd0f2df04
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@
|
|||
#define TARGET_IO_PORTE 0xffff
|
||||
#define TARGET_IO_PORTF 0xffff
|
||||
#define TARGET_IO_PORTG 0xffff
|
||||
#define TARGET_IO_PORTH 0xffff
|
||||
#define TARGET_IO_PORTI 0xffff
|
||||
|
||||
#define USE_I2C
|
||||
#define I2C_FULL_RECONFIGURABILITY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue