arch: cxd56xx: Remove -Wmissing-braces warning

Remove -Wmissing-braces warning in cxd56_cpu1signal.c.
This commit is contained in:
SPRESENSE
2022-10-20 22:29:56 +09:00
committed by Petro Karashchenko
parent d3ed469f00
commit 52cbfcf3bd
+2
View File
@@ -73,9 +73,11 @@ static struct cxd56cpu1_info_s g_cpu1_info =
{ {
INVALID_PROCESS_ID, INVALID_PROCESS_ID,
0, 0,
{
{ {
0 0
} }
}
}; };
/**************************************************************************** /****************************************************************************