Skip to content

Commit

Permalink
define ALLOW_DEBUG in safety tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Nov 15, 2019
1 parent 86dec4b commit e0de1a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/safety/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e0de1a4

Please sign in to comment.