only:cleaner guards

This commit is contained in:
rusefillc 2024-03-15 12:04:10 -06:00
parent ca7b6c7b52
commit 655a405b0c
1 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ void handleVvtCamSignal(TriggerValue front, efitick_t nowNt, int index) {
warning(ObdCode::CUSTOM_VVT_MODE_NOT_SELECTED, "VVT: event on %d but no mode", camIndex);
}
#if VR_HW_CHECK_MODE
#ifdef VR_HW_CHECK_MODE
// some boards do not have hardware VR input LEDs which makes such boards harder to validate
// from experience we know that assembly mistakes happen and quality control is required
extern ioportid_t criticalErrorLedPort;
@ -442,7 +442,7 @@ uint32_t triggerMaxDuration = 0;
void hwHandleShaftSignal(int signalIndex, bool isRising, efitick_t timestamp) {
TriggerCentral *tc = getTriggerCentral();
ScopePerf perf(PE::HandleShaftSignal);
#if VR_HW_CHECK_MODE
#ifdef VR_HW_CHECK_MODE
// some boards do not have hardware VR input LEDs which makes such boards harder to validate
// from experience we know that assembly mistakes happen and quality control is required
extern ioportid_t criticalErrorLedPort;