mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
c89: get rid of designated initializers in common code
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
c67272f9c8
commit
98ba65c422
@@ -88,7 +88,7 @@ static const struct file_operations g_foc_fops =
|
||||
|
||||
static struct foc_callbacks_s g_foc_callbacks =
|
||||
{
|
||||
.notifier = foc_notifier,
|
||||
foc_notifier
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user