mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Gyro Sensors: Remove 32kHz gyro sampling mode(s) and associated code
This commit is contained in:
parent
988d0a9b5c
commit
4fdee6ec1c
19 changed files with 17 additions and 128 deletions
|
@ -52,9 +52,6 @@ typedef enum {
|
|||
TABLE_RX_SPI,
|
||||
#endif
|
||||
TABLE_GYRO_HARDWARE_LPF,
|
||||
#if defined(USE_32K_CAPABLE_GYRO) && defined(USE_GYRO_DLPF_EXPERIMENTAL)
|
||||
TABLE_GYRO_32KHZ_HARDWARE_LPF,
|
||||
#endif
|
||||
TABLE_ACC_HARDWARE,
|
||||
#ifdef USE_BARO
|
||||
TABLE_BARO_HARDWARE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue