mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +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
@@ -73,9 +73,11 @@ static struct cxd56cpu1_info_s g_cpu1_info =
|
|||||||
{
|
{
|
||||||
INVALID_PROCESS_ID,
|
INVALID_PROCESS_ID,
|
||||||
0,
|
0,
|
||||||
|
{
|
||||||
{
|
{
|
||||||
0
|
0
|
||||||
}
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user