We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0975237 commit 3b26844Copy full SHA for 3b26844
include/zephyr/modem/chat.h
@@ -135,7 +135,7 @@ struct modem_chat_script_chat {
135
}
136
137
#define MODEM_CHAT_SCRIPT_CMDS_DEFINE(_sym, ...) \
138
- const struct modem_chat_script_chat _sym[] = {__VA_ARGS__}
+ const static struct modem_chat_script_chat _sym[] = {__VA_ARGS__}
139
140
/* Helper struct to have no chat script command. */
141
extern const struct modem_chat_script_chat modem_chat_empty_script_chats[0];
0 commit comments