Skip to content

Commit 74368c2

Browse files
committed
if -> ifdef
1 parent 699ec52 commit 74368c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/modem/modem_cellular.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ MODEM_CHAT_SCRIPT_CMDS_DEFINE(simcom_a76xx_init_chat_script_cmds,
20732073
MODEM_CHAT_SCRIPT_CMD_RESP_NONE("AT", 100),
20742074
MODEM_CHAT_SCRIPT_CMD_RESP_NONE("AT", 100),
20752075
MODEM_CHAT_SCRIPT_CMD_RESP("ATE0", ok_match),
2076-
#if CONFIG_MODEM_CELLULAR_POWER_ON_GNSS
2076+
#ifdef CONFIG_MODEM_CELLULAR_POWER_ON_GNSS
20772077
// Power on the GNSS module.
20782078
// We need to do this early, otherwise it does not work when
20792079
// doing it later (e.g. from a user pipe).

0 commit comments

Comments
 (0)