AP_Common: change flymaple product ID to 0x100

keep it well away from the Invensense product IDs for the MPU6000
This commit is contained in:
Andrew Tridgell 2013-09-23 14:09:51 +10:00
parent 6a8c1a0c36
commit c1d56f74b5

View File

@ -123,6 +123,6 @@ struct Location {
#define AP_PRODUCT_ID_APM2_REV_D7 0x57 // APM2 with MPU6000_REV_D7
#define AP_PRODUCT_ID_APM2_REV_D8 0x58 // APM2 with MPU6000_REV_D8
#define AP_PRODUCT_ID_APM2_REV_D9 0x59 // APM2 with MPU6000_REV_D9
#define AP_PRODUCT_ID_FLYMAPLE 0x60 // Flymaple with ITG3205, ADXL345, HMC5883, BMP085
#define AP_PRODUCT_ID_FLYMAPLE 0x100 // Flymaple with ITG3205, ADXL345, HMC5883, BMP085
#endif // _AP_COMMON_H