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

Change-Id: I2ad0f8d48cabe5f6c1adf622cf5377eb5be362f7
This commit is contained in:
Tyler Veness
2015-11-01 01:54:29 -08:00
parent ad3424a693
commit 231178c26a
2 changed files with 2 additions and 2 deletions

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