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