mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Merge "HALUsageReporting::kFramework_Simple was renamed to match the corresponding robot framework's name"
This commit is contained in:
@@ -108,7 +108,7 @@ namespace HALUsageReporting
|
||||
kCANPlugin_2CAN = 2,
|
||||
|
||||
kFramework_Iterative = 1,
|
||||
kFramework_Simple = 2,
|
||||
kFramework_Sample = 2,
|
||||
|
||||
kRobotDrive_ArcadeStandard = 1,
|
||||
kRobotDrive_ArcadeButtonSpin = 2,
|
||||
|
||||
@@ -104,7 +104,7 @@ void SampleRobot::StartCompetition() {
|
||||
LiveWindow *lw = LiveWindow::GetInstance();
|
||||
|
||||
HALReport(HALUsageReporting::kResourceType_Framework,
|
||||
HALUsageReporting::kFramework_Simple);
|
||||
HALUsageReporting::kFramework_Sample);
|
||||
|
||||
SmartDashboard::init();
|
||||
NetworkTable::GetTable("LiveWindow")
|
||||
|
||||
Reference in New Issue
Block a user