1
0
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:
Alessio Morale 2014-12-25 20:43:38 +01:00
parent 928f1385ec
commit 94d30f7ad2

View File

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