altos: Disable accel-only debug for test flights
authorKeith Packard <keithp@keithp.com>
Fri, 16 Oct 2020 18:50:35 +0000 (11:50 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 16 Oct 2020 18:50:35 +0000 (11:50 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/kernel/ao_flight.c

index a81b9c652c1265ca8f25ed2f228734caa525246d..883098ed9bdebbb08ff1a29432861b3c34ab6fc6 100644 (file)
@@ -102,10 +102,6 @@ uint8_t                    ao_flight_force_idle;
 
 #define abs(a) ((a) < 0 ? -(a) : (a))
 
-#if !HAS_BARO
-#define DEBUG_ACCEL_ONLY       1
-#endif
-
 void
 ao_flight(void)
 {