Change wasm app offset type from int32 to uint32 (#361)
And fix some sign/unsigned conversion compilation warnings.
This commit is contained in:
@ -183,7 +183,7 @@ display_map(wasm_exec_env_t exec_env,
|
||||
|
||||
typedef struct display_input_data {
|
||||
lv_point_t point;
|
||||
int32 user_data_offset;
|
||||
uint32 user_data_offset;
|
||||
uint8 state;
|
||||
} display_input_data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user