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

View File

@ -70,13 +70,15 @@ struct cxd56cpu1_info_s
****************************************************************************/
static struct cxd56cpu1_info_s g_cpu1_info =
{
INVALID_PROCESS_ID,
0,
{
INVALID_PROCESS_ID,
0,
{
0
}
};
}
};
/****************************************************************************
* Private Functions