Skip to content

Commit ae114f1

Browse files
ubiedanashif
authored andcommitted
tests: modem_ubx: Fix clang failure by removing static keyword
Reported on latest clang-build run (250530). Signed-off-by: Luis Ubieda <luisf@croxel.com>
1 parent 923fedb commit ae114f1

File tree

1 file changed

+1
-1
lines changed
  • tests/subsys/modem/modem_ubx/src

1 file changed

+1
-1
lines changed

tests/subsys/modem/modem_ubx/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static void *test_setup(void)
9191
static inline void restore_ubx_script(void)
9292
{
9393
static const struct ubx_frame frame_restored = UBX_FRAME_ACK_INITIALIZER(0x01, 0x02);
94-
static const struct script_runner script_runner_restored = {
94+
const struct script_runner script_runner_restored = {
9595
.script = {
9696
.request = {
9797
.buf = &test_req,

0 commit comments

Comments
 (0)