mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Removed uses of deprecated functions (#709)
This commit is contained in:
committed by
Peter Johnson
parent
8b2e656bde
commit
1276489961
@@ -29,11 +29,6 @@ static int newDSDataAvailableCounter{0};
|
||||
using namespace hal;
|
||||
|
||||
extern "C" {
|
||||
int32_t HAL_SetErrorData(const char* errors, int32_t errorsLength,
|
||||
int32_t waitMs) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t HAL_SendError(HAL_Bool isError, int32_t errorCode, HAL_Bool isLVCode,
|
||||
const char* details, const char* location,
|
||||
const char* callStack, HAL_Bool printMsg) {
|
||||
|
||||
Reference in New Issue
Block a user