arch: cxd56xx: Remove -Wmissing-braces warning
Remove -Wmissing-braces warning in cxd56_cpu1signal.c.
This commit is contained in:
parent
d3ed469f00
commit
52cbfcf3bd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user