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

Change-Id: I0123e71e0bb56526fe187cd17cb71a8278739cd5
This commit is contained in:
Tyler Veness
2015-11-03 10:38:19 -08:00
parent 26f1bd6a1c
commit beeefa2356
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ public class SampleRobot extends RobotBase {
* wait for the robot to be enabled again.
*/
public void startCompetition() {
UsageReporting.report(tResourceType.kResourceType_Framework, tInstances.kFramework_Simple);
UsageReporting.report(tResourceType.kResourceType_Framework, tInstances.kFramework_Sample);
robotMain();
if (!m_robotMainOverridden) {

View File

@@ -425,7 +425,7 @@ public class FRCNetworkCommunicationsLibrary extends JNIWrapper {
* <i>native declaration :
* src\main\include\NetworkCommunication\UsageReporting.h:72</i>
*/
public static final int kFramework_Simple = 2;
public static final int kFramework_Sample = 2;
/**
* <i>native declaration :
* src\main\include\NetworkCommunication\UsageReporting.h:74</i>