mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
FIX: Multi-gyro enabled but not configured at compile time. (#12404)
This commit is contained in:
parent
9d61e81b14
commit
c4ab98258e
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@
|
|||
#include "drivers/sensor.h"
|
||||
#include "sensors/gyro.h"
|
||||
|
||||
#ifndef GYRO_2_CS_PIN
|
||||
#define GYRO_2_CS_PIN NONE
|
||||
#endif
|
||||
|
||||
#ifndef GYRO_2_EXTI_PIN
|
||||
#define GYRO_2_EXTI_PIN NONE
|
||||
#endif
|
||||
|
||||
ioTag_t selectMPUIntExtiConfigByHardwareRevision(void); // XXX Should be gone
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue