mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Fix binary_info compilation in C++ due to out-of-order designated initialisers (#2438)
This commit is contained in:
parent
4bbd53371e
commit
ec25563b82
1 changed files with 1 additions and 1 deletions
|
|
@ -156,8 +156,8 @@ static const struct _binary_info_named_group __bi_lineno_var_name = { \
|
|||
.tag = _parent_tag, \
|
||||
},\
|
||||
.parent_id = _parent_id, \
|
||||
.group_tag = _group_tag, \
|
||||
.flags = _flags, \
|
||||
.group_tag = _group_tag, \
|
||||
.group_id = _group_id, \
|
||||
.label = _label \
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue