mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28: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;
|
||||
}
|
||||
|
||||
active = PIO_Get(&pin_wwan1) ? 0 : 1;
|
||||
active = PIO_Get(pin) ? 0 : 1;
|
||||
return active;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user