mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
kFramework_Simple was renamed to match the corresponding robot framework's name
Change-Id: I0123e71e0bb56526fe187cd17cb71a8278739cd5
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user