summaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8/wwan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/lenovo/h8/wwan.c')
-rw-r--r--src/ec/lenovo/h8/wwan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/lenovo/h8/wwan.c b/src/ec/lenovo/h8/wwan.c
index 90f6b47bbb..685886fcce 100644
--- a/src/ec/lenovo/h8/wwan.c
+++ b/src/ec/lenovo/h8/wwan.c
@@ -46,5 +46,5 @@ bool h8_has_wwan(const struct device *dev)
*/
bool h8_wwan_nv_enable(void)
{
- return get_int_option("wwan", true);
+ return get_uint_option("wwan", true);
}