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 923fedb commit ae114f1Copy full SHA for ae114f1
tests/subsys/modem/modem_ubx/src/main.c
@@ -91,7 +91,7 @@ static void *test_setup(void)
91
static inline void restore_ubx_script(void)
92
{
93
static const struct ubx_frame frame_restored = UBX_FRAME_ACK_INITIALIZER(0x01, 0x02);
94
- static const struct script_runner script_runner_restored = {
+ const struct script_runner script_runner_restored = {
95
.script = {
96
.request = {
97
.buf = &test_req,
0 commit comments