mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-23 16:58:33 +03:00
qmod: wwan_led.c: Fix handling of LED for second Modem
This commit is contained in:
@@ -55,7 +55,7 @@ int wwan_led_active(int wwan)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
active = PIO_Get(&pin_wwan1) ? 0 : 1;
|
active = PIO_Get(pin) ? 0 : 1;
|
||||||
return active;
|
return active;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user