mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
arch: cxd56xx: Remove -Wmissing-braces warning
Remove -Wmissing-braces warning in cxd56_cpu1signal.c.
This commit is contained in:
committed by
Petro Karashchenko
parent
d3ed469f00
commit
52cbfcf3bd
@@ -70,13 +70,15 @@ struct cxd56cpu1_info_s
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
static struct cxd56cpu1_info_s g_cpu1_info =
|
static struct cxd56cpu1_info_s g_cpu1_info =
|
||||||
|
{
|
||||||
|
INVALID_PROCESS_ID,
|
||||||
|
0,
|
||||||
{
|
{
|
||||||
INVALID_PROCESS_ID,
|
|
||||||
0,
|
|
||||||
{
|
{
|
||||||
0
|
0
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
};
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Functions
|
* Private Functions
|
||||||
|
|||||||
Reference in New Issue
Block a user