Hyundai safety: controls_allowed ==1 by default for now

master
Commaremote 2018-08-24 22:54:46 -07:00
parent f42d092505
commit 4e9d08aabb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ static void hyundai_rx_hook(CAN_FIFOMailBox_TypeDef *to_push) {
}
static void hyundai_init(int16_t param) {
controls_allowed = 0;
controls_allowed = 1;
hyundai_giraffe_switch_1 = 0;
}