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:
Luis Ubieda 2025-05-30 16:23:35 -04:00 committed by Anas Nashif
parent 923fedb429
commit ae114f175f

View File

@ -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,