1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Flags to disable mag/baro init

This commit is contained in:
James Cotton 2012-03-14 22:35:09 -05:00
parent 0d42303d37
commit a319a6b14c

View File

@ -805,9 +805,13 @@ void PIOS_Board_Init(void) {
#endif
#if defined(PIOS_INCLUDE_HMC5883)
PIOS_HMC5883_Init(&pios_hmc5883_cfg);
#endif
#if defined(PIOS_INCLUDE_MS5611)
PIOS_MS5611_Init(&pios_ms5611_cfg, pios_i2c_pressure_adapter_id);
#endif
}
/**