define ALLOW_DEBUG in safety tests

master
Riccardo 2019-11-15 13:19:02 -08:00
parent 86dec4b8ba
commit e0de1a4fc8
1 changed files with 2 additions and 0 deletions

View File

@ -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;