AP_InertialSensor: added MPU9250 header

This commit is contained in:
Andrew Tridgell 2014-07-14 09:22:04 +10:00
parent f213f01983
commit 297bb52ced

View File

@ -228,5 +228,6 @@ protected:
#include "AP_InertialSensor_Flymaple.h"
#include "AP_InertialSensor_L3G4200D.h"
#include "AP_InertialSensor_MPU9150.h"
#include "AP_InertialSensor_MPU9250.h"
#endif // __AP_INERTIAL_SENSOR_H__