mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 09:45:33 +03:00
Deprecate gyro_sync_denom, gyro driver will make a decision about sampling rate at init
This commit is contained in:
parent
f393ecc651
commit
6ce5940e75
78 changed files with 885 additions and 306 deletions
|
@ -49,7 +49,6 @@
|
|||
#include "drivers/exti.h"
|
||||
#include "drivers/flash_m25p16.h"
|
||||
#include "drivers/gpio.h"
|
||||
#include "drivers/gyro_sync.h"
|
||||
#include "drivers/inverter.h"
|
||||
#include "drivers/io.h"
|
||||
#include "drivers/io_pca9685.h"
|
||||
|
@ -72,7 +71,6 @@
|
|||
#include "drivers/time.h"
|
||||
#include "drivers/timer.h"
|
||||
#include "drivers/vcd.h"
|
||||
#include "drivers/gyro_sync.h"
|
||||
#include "drivers/io.h"
|
||||
#include "drivers/exti.h"
|
||||
#include "drivers/io_pca9685.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue