mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Fixed missing defines in UAVPNG030MINI target. It seems MPU6000_CS_PIN + MPU6000_SPI_INSTANCE got renamed to GYRO_1_CS_PIN + GYRO_1_SPI_INSTANCE.
This commit is contained in:
parent
1722f20a34
commit
54111b62d6
1 changed files with 3 additions and 3 deletions
|
@ -27,15 +27,15 @@
|
||||||
#define BEEPER PB0
|
#define BEEPER PB0
|
||||||
#define BEEPER_INVERTED
|
#define BEEPER_INVERTED
|
||||||
|
|
||||||
#define MPU6000_CS_PIN PA4
|
|
||||||
#define MPU6000_SPI_INSTANCE SPI1
|
|
||||||
|
|
||||||
#define ACC
|
#define ACC
|
||||||
#define USE_ACC_SPI_MPU6000
|
#define USE_ACC_SPI_MPU6000
|
||||||
|
|
||||||
#define GYRO
|
#define GYRO
|
||||||
#define USE_GYRO_SPI_MPU6000
|
#define USE_GYRO_SPI_MPU6000
|
||||||
|
|
||||||
|
#define GYRO_1_CS_PIN PA4
|
||||||
|
#define GYRO_1_SPI_INSTANCE SPI1
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
#define GYRO_MPU6000_ALIGN CW180_DEG
|
#define GYRO_MPU6000_ALIGN CW180_DEG
|
||||||
#define ACC_MPU6000_ALIGN CW180_DEG
|
#define ACC_MPU6000_ALIGN CW180_DEG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue