mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
this time really using int16 in Int16Rates, thanx Felix
This commit is contained in:
@@ -124,9 +124,9 @@ struct Int32Mat33 {
|
|||||||
|
|
||||||
/* Rotational speed */
|
/* Rotational speed */
|
||||||
struct Int16Rates {
|
struct Int16Rates {
|
||||||
int32_t p;
|
int16_t p;
|
||||||
int32_t q;
|
int16_t q;
|
||||||
int32_t r;
|
int16_t r;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Rotational speed */
|
/* Rotational speed */
|
||||||
|
|||||||
Reference in New Issue
Block a user