Skip to content

Commit

Permalink
include/nuttx/rptun/rptun.h: change offset type to uint32_t
Browse files Browse the repository at this point in the history
Sync the offset data type with resource table defined in OpenAMP
and Linux.

Signed-off-by: Bowen Wang <[email protected]>
  • Loading branch information
CV-Bowen authored and xiaoxiang781216 committed Sep 25, 2024
1 parent 4fa1c46 commit 4bfa73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nuttx/rptun/rptun.h
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ begin_packed_struct struct rptun_cmd_s
struct aligned_data(8) rptun_rsc_s
{
struct resource_table rsc_tbl_hdr;
unsigned int offset[2];
uint32_t offset[2];
struct fw_rsc_trace log_trace;
struct fw_rsc_vdev rpmsg_vdev;
struct fw_rsc_vdev_vring rpmsg_vring0;
Expand Down

0 comments on commit 4bfa73f

Please sign in to comment.