From 79e0fdb8c5b8b2b3a0e9785224f450ff848c715b Mon Sep 17 00:00:00 2001 From: Cosmin Deaconu Date: Mon, 13 Jun 2022 00:18:40 -0500 Subject: [PATCH] fix revd ifdefs --- application/monitors.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/monitors.c b/application/monitors.c index fa49851..3c49c98 100644 --- a/application/monitors.c +++ b/application/monitors.c @@ -198,9 +198,11 @@ static void mon_b_select(monitor_t what) what == MON_DOWN_3V2 ? MON_B_DWN_3V_2 : what == MON_DOWN_3V3 ? MON_B_DWN_3V_3 : what == MON_SBC_5V ? MON_B_SBC5 : +#ifndef _RNO_G_REV_D what == MON_RAIL_5V ? MON_B_RAIL_5V : what == MON_RAIL_3V ? MON_B_RAIL_3V : what == MON_LTE_3V ? MON_B_LTE_3V : +#endif -1; if (shift < 0) return; @@ -210,7 +212,7 @@ static void mon_b_select(monitor_t what) -#ifdef RNO_G_REV_D +#ifdef _RNO_G_REV_D int monitor_fill(rno_g_monitor_t * m, int navg) {