Merge "HALUsageReporting::kFramework_Simple was renamed to match the corresponding robot framework's name"

This commit is contained in:
Brad Miller (WPI)
2015-11-03 08:10:14 -08:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ namespace HALUsageReporting
kCANPlugin_2CAN = 2,
kFramework_Iterative = 1,
kFramework_Simple = 2,
kFramework_Sample = 2,
kRobotDrive_ArcadeStandard = 1,
kRobotDrive_ArcadeButtonSpin = 2,

View File

@@ -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")