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:
Lucas De Marchi 2016-07-25 17:10:18 -03:00
parent 6082472990
commit c6edae7e8e
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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