mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Update STM32F7X2 generic target
Add more sensor drivers Update NERO.config Add ALIENFLIGHTNG F7 generic target config Add AlienFlightNG F7 Dual generic config
This commit is contained in:
parent
8165039e4e
commit
3ca69b7b53
7 changed files with 272 additions and 8 deletions
|
@ -53,7 +53,7 @@ static void gyroResetSpiDeviceConfig(gyroDeviceConfig_t *devconf, SPI_TypeDef *i
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_I2C_GYRO
|
||||
#if defined(USE_I2C_GYRO) && !defined(USE_MULTI_GYRO)
|
||||
static void gyroResetI2cDeviceConfig(gyroDeviceConfig_t *devconf, I2CDevice i2cbus, ioTag_t extiTag, uint8_t align)
|
||||
{
|
||||
devconf->bustype = BUSTYPE_I2C;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue