mirror of https://github.com/ArduPilot/ardupilot
Revert "Global: workaround toolchain problem on windows"
This reverts commit 4e2b30b413
.
The toolchain for windows is now updated, we can remove this workaround.
This commit is contained in:
parent
6082472990
commit
c6edae7e8e
|
@ -1,7 +1,4 @@
|
|||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_LINUX
|
||||
|
||||
#include <AP_HAL/utility/sparse-endian.h>
|
||||
|
||||
#include "AP_ADC_ADS1115.h"
|
||||
|
@ -239,5 +236,3 @@ void AP_ADC_ADS1115::_update()
|
|||
|
||||
_last_update_timestamp = AP_HAL::micros();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
*/
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_LINUX
|
||||
|
||||
#ifdef HAL_COMPASS_HMC5843_I2C_ADDR
|
||||
|
||||
#include <assert.h>
|
||||
|
@ -593,5 +591,3 @@ bool AP_HMC5843_BusDriver_Auxiliary::start_measurements()
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue