From e0de1a4fc8831f20401f62131a962dd6e93e72a2 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Fri, 15 Nov 2019 13:19:02 -0800 Subject: [PATCH] define ALLOW_DEBUG in safety tests --- tests/safety/test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/safety/test.c b/tests/safety/test.c index 553d61edfa35e8..a7558d04620581 100644 --- a/tests/safety/test.c +++ b/tests/safety/test.c @@ -42,6 +42,8 @@ TIM_TypeDef *TIM2 = &timer; #define HW_TYPE_PEDAL 4U #define HW_TYPE_UNO 5U +#define ALLOW_DEBUG + // from main_declarations.h uint8_t hw_type = HW_TYPE_UNKNOWN;