From 2b7357cc68c5d55858b879c811d7339d5c8904db Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 3 Jan 2022 18:07:22 -0500 Subject: [PATCH] smart diag into bench test --- firmware/controllers/bench_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/bench_test.cpp b/firmware/controllers/bench_test.cpp index 9bb4db0599..d7347fdacd 100644 --- a/firmware/controllers/bench_test.cpp +++ b/firmware/controllers/bench_test.cpp @@ -71,7 +71,7 @@ void benchOn(OutputPin* output) { static char pin_error[64]; void benchOff(OutputPin* output) { -#if EFI_PROD_CODE +#if EFI_PROD_CODE && #if (BOARD_EXT_GPIOCHIPS > 0) brain_pin_diag_e diag = gpiochips_getDiag(output->brainPin); if (diag == PIN_INVALID) { efiPrintf("No Diag on this pin");