mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Merge pull request #561 from AlienWiiBF/AlienFlight_fix
AlienFlight fixes
This commit is contained in:
commit
0b0eb8147b
17 changed files with 125 additions and 168 deletions
|
@ -724,7 +724,7 @@ void main_init(void)
|
|||
#endif
|
||||
#ifdef MAG
|
||||
setTaskEnabled(TASK_COMPASS, sensors(SENSOR_MAG));
|
||||
#ifdef SPRACINGF3EVO
|
||||
#if defined(USE_SPI) && defined(USE_MAG_AK8963)
|
||||
// fixme temporary solution for AK6983 via slave I2C on MPU9250
|
||||
rescheduleTask(TASK_COMPASS, 1000000 / 40);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue