Skip to content

Commit ec25563

Browse files
authored
Fix binary_info compilation in C++ due to out-of-order designated initialisers (#2438)
1 parent 4bbd533 commit ec25563

File tree

1 file changed

+1
-1
lines changed
  • src/common/pico_binary_info/include/pico/binary_info

1 file changed

+1
-1
lines changed

src/common/pico_binary_info/include/pico/binary_info/code.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ static const struct _binary_info_named_group __bi_lineno_var_name = { \
156156
.tag = _parent_tag, \
157157
},\
158158
.parent_id = _parent_id, \
159-
.group_tag = _group_tag, \
160159
.flags = _flags, \
160+
.group_tag = _group_tag, \
161161
.group_id = _group_id, \
162162
.label = _label \
163163
}

0 commit comments

Comments
 (0)