mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Rover: removed unused macros
This commit is contained in:
parent
9df4be7f49
commit
8f94302348
@ -42,20 +42,6 @@
|
||||
#define HIL_MODE HIL_MODE_DISABLED
|
||||
#endif
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
#define BATTERY_PIN_1 1
|
||||
#define CURRENT_PIN_1 2
|
||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_PX4
|
||||
#define BATTERY_PIN_1 -1
|
||||
#define CURRENT_PIN_1 -1
|
||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_LINUX
|
||||
#define BATTERY_PIN_1 -1
|
||||
#define CURRENT_PIN_1 -1
|
||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
|
||||
#define BATTERY_PIN_1 -1
|
||||
#define CURRENT_PIN_1 -1
|
||||
#endif
|
||||
|
||||
#ifndef MAV_SYSTEM_ID
|
||||
#define MAV_SYSTEM_ID 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user