mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[hal] Change usage reporting to string-based (#7763)
This commit is contained in:
@@ -70,6 +70,7 @@ void InitializeHAL() {
|
||||
InitializeSerialPort();
|
||||
InitializeSmartIo();
|
||||
InitializeThreads();
|
||||
InitializeUsageReporting();
|
||||
}
|
||||
} // namespace init
|
||||
|
||||
@@ -343,16 +344,4 @@ void HAL_SimPeriodicBefore(void) {}
|
||||
|
||||
void HAL_SimPeriodicAfter(void) {}
|
||||
|
||||
int64_t HAL_Report(int32_t resource, int32_t instanceNumber, int32_t context,
|
||||
const char* feature) {
|
||||
if (feature == nullptr) {
|
||||
feature = "";
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
// return FRC_NetworkCommunication_nUsageReporting_report(
|
||||
// resource, instanceNumber, context, feature);
|
||||
}
|
||||
|
||||
} // extern "C"
|
||||
|
||||
Reference in New Issue
Block a user