Browse Source

Plane: defines.h added Flymaple INS

master
Mike McCauley 12 years ago committed by Andrew Tridgell
parent
commit
aa800472be
  1. 1
      ArduPlane/defines.h

1
ArduPlane/defines.h

@ -241,6 +241,7 @@ enum log_messages { @@ -241,6 +241,7 @@ enum log_messages {
#define CONFIG_INS_MPU6000 2
#define CONFIG_INS_STUB 3
#define CONFIG_INS_PX4 4
#define CONFIG_INS_FLYMAPLE 5
// barometer driver types
#define AP_BARO_BMP085 1

Loading…
Cancel
Save