1
0
Fork 0
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:
J Blackman 2023-02-23 08:36:18 +11:00 committed by GitHub
parent 9d61e81b14
commit c4ab98258e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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