mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Rebased onto super-abstracted msp
This commit is contained in:
parent
01eab00fd7
commit
0249443862
8 changed files with 71 additions and 49 deletions
|
@ -88,6 +88,7 @@
|
|||
#include "io/transponder_ir.h"
|
||||
#include "io/osd.h"
|
||||
#include "io/vtx.h"
|
||||
#include "io/cms.h"
|
||||
|
||||
#include "scheduler/scheduler.h"
|
||||
|
||||
|
@ -424,6 +425,10 @@ void init(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef CMS
|
||||
cmsInit();
|
||||
#endif
|
||||
|
||||
if (!sensorsAutodetect(&masterConfig.sensorAlignmentConfig,
|
||||
masterConfig.acc_hardware,
|
||||
masterConfig.mag_hardware,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue