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>
This commit is contained in:
parent
923fedb429
commit
ae114f175f
@ -91,7 +91,7 @@ static void *test_setup(void)
|
||||
static inline void restore_ubx_script(void)
|
||||
{
|
||||
static const struct ubx_frame frame_restored = UBX_FRAME_ACK_INITIALIZER(0x01, 0x02);
|
||||
static const struct script_runner script_runner_restored = {
|
||||
const struct script_runner script_runner_restored = {
|
||||
.script = {
|
||||
.request = {
|
||||
.buf = &test_req,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user