|
|
|
@ -1,4 +1,6 @@
@@ -1,4 +1,6 @@
|
|
|
|
|
#include "AP_InertialSensor.h" |
|
|
|
|
|
|
|
|
|
#if HAL_INS_ENABLED |
|
|
|
|
#include <GCS_MAVLink/GCS.h> |
|
|
|
|
#include <AP_Logger/AP_Logger.h> |
|
|
|
|
|
|
|
|
@ -276,3 +278,4 @@ void AP_InertialSensor::BatchSampler::sample(uint8_t _instance, AP_InertialSenso
@@ -276,3 +278,4 @@ void AP_InertialSensor::BatchSampler::sample(uint8_t _instance, AP_InertialSenso
|
|
|
|
|
|
|
|
|
|
data_write_offset++; // may unblock the reading process
|
|
|
|
|
} |
|
|
|
|
#endif //#if HAL_INS_ENABLED
|
|
|
|
|