forked from nuttx/nuttx-update
boardctl: Add const to struct boardioc_symtab_s::symtab
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
935f43185f
commit
62480d1a8b
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ struct boardioc_romdisk_s
|
|||
struct symtab_s; /* Forward reference */
|
||||
struct boardioc_symtab_s
|
||||
{
|
||||
FAR struct symtab_s *symtab;
|
||||
FAR const struct symtab_s *symtab;
|
||||
int nsymbols;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue