mirror of https://github.com/ArduPilot/ardupilot
AP_OpticalFlow: Changed short boundary the i2c_integral_frame.
This commit is contained in:
parent
06388b0417
commit
13fe8cb4d0
|
@ -54,6 +54,7 @@ private:
|
|||
uint16_t ground_distance;
|
||||
int16_t gyro_temperature;
|
||||
uint8_t qual;
|
||||
uint8_t padding_not_used;
|
||||
} i2c_integral_frame;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue