mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Refactored wpilibj HAL JNI to simplify generating it from HAL headers (#109)
wpilibj FRCNetworkCommunication.java is now generated from HAL headers and was renamed to FRCNetComm.java
This commit is contained in:
committed by
Peter Johnson
parent
aafca4ed7f
commit
e44a6e227a
@@ -112,7 +112,7 @@ void SampleRobot::StartCompetition() {
|
||||
RobotInit();
|
||||
|
||||
// Tell the DS that the robot is ready to be enabled
|
||||
HAL_NetworkCommunicationObserveUserProgramStarting();
|
||||
HAL_ObserveUserProgramStarting();
|
||||
|
||||
RobotMain();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user