1
0
Fork 0
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:
Konstantin Sharlaimov (DigitalEntity) 2018-03-20 00:38:47 +10:00
parent f393ecc651
commit 6ce5940e75
78 changed files with 885 additions and 306 deletions

View file

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