mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +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
|
@ -34,7 +34,7 @@
|
|||
|
||||
#define STM32F7
|
||||
|
||||
#elif defined(STM32F40_41xxx) || defined (STM32F411xE) || defined (STM32F427_437xx)
|
||||
#elif defined(STM32F40_41xxx) || defined (STM32F411xE) || defined (STM32F427_437xx) || defined (STM32F446xx)
|
||||
#include "stm32f4xx_conf.h"
|
||||
#include "stm32f4xx_rcc.h"
|
||||
#include "stm32f4xx_gpio.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue