mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
OP-1658 - Add RevoNano support
This commit is contained in:
parent
928f1385ec
commit
94d30f7ad2
@ -735,6 +735,8 @@ void PIOS_Board_Init(void)
|
||||
#if defined(PIOS_INCLUDE_MPU9250)
|
||||
PIOS_MPU9250_Init(pios_spi_gyro_id, 0, &pios_mpu9250_cfg);
|
||||
PIOS_MPU9250_CONFIG_Configure();
|
||||
PIOS_MPU9250_MainRegister();
|
||||
PIOS_MPU9250_MagRegister();
|
||||
#endif
|
||||
|
||||
#ifdef PIOS_INCLUDE_WS2811
|
||||
|
Loading…
x
Reference in New Issue
Block a user