Skip to content

Commit

Permalink
Add missing gyro defines to HDZEROH7 and rename HDZERO_HALO (#639)
Browse files Browse the repository at this point in the history
* Add missing gyro defines to HDZEROH7

* Change target name

Per HDZero request
  • Loading branch information
ot0tot authored Dec 17, 2024
1 parent 6f107bf commit 0096077
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@

#define FC_TARGET_MCU STM32H743

#define BOARD_NAME HDZEROH743R
#define BOARD_NAME HDZERO_HALO
#define MANUFACTURER_ID HDZO

#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_ACC_SPI_ICM42688P
#define USE_FLASH
#define USE_FLASH_W25Q128FV
Expand Down

0 comments on commit 0096077

Please sign in to comment.