Skip to content

Commit 3b26844

Browse files
nixwardcarlescufi
authored andcommitted
include: drivers: gnss: make DEFINE static
Make MODEM_CHAT_SCRIPT_CMDS_DEFINE static Signed-off-by: Nick Ward <[email protected]>
1 parent 0975237 commit 3b26844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/modem/chat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ struct modem_chat_script_chat {
135135
}
136136

137137
#define MODEM_CHAT_SCRIPT_CMDS_DEFINE(_sym, ...) \
138-
const struct modem_chat_script_chat _sym[] = {__VA_ARGS__}
138+
const static struct modem_chat_script_chat _sym[] = {__VA_ARGS__}
139139

140140
/* Helper struct to have no chat script command. */
141141
extern const struct modem_chat_script_chat modem_chat_empty_script_chats[0];

0 commit comments

Comments
 (0)