rusefillc 2021-04-25 09:34:40 -04:00
parent 99dfe81a64
commit 10858ae371
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ void hwHandleVvtCamSignal(trigger_value_e front, efitick_t nowNt, int index DECL
tc->vvtEventFallCounter++;
}
extern const char *vvtNames[];
const char vvtName = vvtNames[index];
const char *vvtName = vvtNames[index];
#if VR_HW_CHECK_MODE
// some boards do not have hardware VR input LEDs which makes such boards harder to validate