Reserve Hyundai Community safety mode number

master
Willem Melching 2020-08-10 11:58:06 +02:00
parent a43abcfdf5
commit ed0621137e
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#define SAFETY_VOLKSWAGEN_PQ 21U
#define SAFETY_SUBARU_LEGACY 22U
#define SAFETY_HYUNDAI_LEGACY 23U
#define SAFETY_HYUNDAI_COMMUNITY 24U
uint16_t current_safety_mode = SAFETY_SILENT;
const safety_hooks *current_hooks = &nooutput_hooks;