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:
@@ -9,7 +9,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include <hal/FRCUsageReporting.h>
|
||||
#include <hal/UsageReporting.h>
|
||||
#include <networktables/MultiSubscriber.h>
|
||||
#include <networktables/NetworkTable.h>
|
||||
#include <networktables/NetworkTableInstance.h>
|
||||
@@ -179,5 +179,5 @@ Instance::Instance() {
|
||||
}
|
||||
}
|
||||
});
|
||||
HAL_Report(HALUsageReporting::kResourceType_Preferences, 0);
|
||||
HAL_ReportUsage("Preferences", "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user