mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
sched/tcbinfo: Fix warning by discarded qualifiers
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -782,8 +782,8 @@ begin_packed_struct struct tcbinfo_s
|
|||||||
|
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
uint8_t u[8];
|
uint8_t u[8];
|
||||||
FAR uint16_t *p;
|
FAR const uint16_t *p;
|
||||||
} reg_off;
|
} reg_off;
|
||||||
} end_packed_struct;
|
} end_packed_struct;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user