Skip to content

Commit

Permalink
fixed ci errors-5
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulOCR committed Apr 26, 2024
1 parent 74e5d68 commit b4d6ee0
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#include "AP_TemperatureSensor_MLX90614.h"

#if AP_TEMPERATURE_SENSOR_MLX90614_ENABLED

#include <utility>
#include <stdio.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL/I2CDevice.h>
#include <AP_Math/AP_Math.h>
#include "AP_TemperatureSensor_MLX90614.h"


extern const AP_HAL::HAL &hal;
Expand Down Expand Up @@ -64,7 +67,5 @@ uint16_t AP_TemperatureSensor_MLX90614::read_data(uint8_t cmd) {

return UINT16_VALUE(val[1],val[0]);
}



#endif // AP_TEMPERATURE_SENSOR_MLX90614_ENABLED

0 comments on commit b4d6ee0

Please sign in to comment.