mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
VARTest: removed old APM_HARDWARE defines
This commit is contained in:
parent
c97f84864a
commit
f3f703a6d8
@ -6,10 +6,6 @@
|
|||||||
// For example if you wanted the Port 3 baud rate to be 38400 you would add a statement like the one below (uncommented)
|
// For example if you wanted the Port 3 baud rate to be 38400 you would add a statement like the one below (uncommented)
|
||||||
//#define SERIAL3_BAUD 38400
|
//#define SERIAL3_BAUD 38400
|
||||||
|
|
||||||
// # define CONFIG_APM_HARDWARE APM_HARDWARE_APM2
|
|
||||||
// # define APM2_BETA_HARDWARE
|
|
||||||
|
|
||||||
|
|
||||||
// You may also put an include statement here to point at another configuration file. This is convenient if you maintain
|
// You may also put an include statement here to point at another configuration file. This is convenient if you maintain
|
||||||
// different configuration files for different aircraft or HIL simulation. See the examples below
|
// different configuration files for different aircraft or HIL simulation. See the examples below
|
||||||
//#include "APM_Config_mavlink_hil.h"
|
//#include "APM_Config_mavlink_hil.h"
|
||||||
|
@ -220,9 +220,6 @@ enum gcs_severity {
|
|||||||
#define CONFIG_IMU_OILPAN 1
|
#define CONFIG_IMU_OILPAN 1
|
||||||
#define CONFIG_IMU_MPU6000 2
|
#define CONFIG_IMU_MPU6000 2
|
||||||
|
|
||||||
#define APM_HARDWARE_APM1 1
|
|
||||||
#define APM_HARDWARE_APM2 2
|
|
||||||
|
|
||||||
#define AP_BARO_BMP085 1
|
#define AP_BARO_BMP085 1
|
||||||
#define AP_BARO_MS5611 2
|
#define AP_BARO_MS5611 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user