New 2018 and later build setup (#1001)

This commit is contained in:
Thad House
2018-04-29 13:29:07 -07:00
committed by Peter Johnson
parent cb2c9eb6d5
commit 7f88cf768d
317 changed files with 60521 additions and 54781 deletions

View File

@@ -56,7 +56,8 @@ enum class HAL_HandleEnum {
Compressor = 14,
Solenoid = 15,
AnalogGyro = 16,
Vendor = 17
Vendor = 17,
SimulationJni = 18
};
static inline int16_t getHandleIndex(HAL_Handle handle) {

View File

@@ -88,10 +88,6 @@ void HALSIM_RegisterDriverStationAllCallbacks(HAL_NotifyCallback callback,
void HALSIM_NotifyDriverStationNewData(void);
void HALSIM_RegisterDriverStationAllCallbacks(HAL_NotifyCallback callback,
void* param,
HAL_Bool initialNotify);
#ifdef __cplusplus
} // extern "C"
#endif