mirror of https://github.com/ArduPilot/ardupilot
hwdef: Removed duplication for AP_STATS_ENABLED
This commit is contained in:
parent
b36f539c7c
commit
43b8900bec
|
@ -114,10 +114,6 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef AP_STATS_ENABLED
|
|
||||||
#define AP_STATS_ENABLED 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef AP_BATTERY_ESC_ENABLED
|
#ifndef AP_BATTERY_ESC_ENABLED
|
||||||
#define AP_BATTERY_ESC_ENABLED 0
|
#define AP_BATTERY_ESC_ENABLED 0
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue