mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-06 16:08:28 -04:00
AP_Param: signed/unsigned conversion
Signed-off-by: Daniel Frenzel <dgdanielf@gmail.com>
This commit is contained in:
parent
1c7e8f8fb2
commit
dd705e3fdb
@ -66,7 +66,7 @@ static uint8_t type_size(enum ap_var_type type)
|
||||
case AP_PARAM_MATRIX3F:
|
||||
return 3*3*4;
|
||||
}
|
||||
printf("unknown type %u\n", type);
|
||||
printf("unknown type %u\n", (unsigned int)type);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user