mirror of https://github.com/FOME-Tech/fome-fw.git
This commit is contained in:
parent
f1c05a7ab7
commit
99059ef846
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue