Skip to content

Commit

Permalink
Remove unnecessary documentation
Browse files Browse the repository at this point in the history
The roborio must be restarted for the new team number to be read anyway.
  • Loading branch information
rzblue committed Sep 2, 2023
1 parent 517000f commit e277fd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions wpilibc/src/main/native/include/frc/RobotController.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ class RobotController {
/**
* Returns the team number configured for the robot controller.
*
* The team number is cached after the first call to this function on the
* RoboRIO - restart the robot code to reload the team number.
*
* @return team number, or 0 if not found.
*/
static int32_t GetTeamNumber();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ public static String getComments() {
/**
* Returns the team number configured for the robot controller.
*
* <p>The team number is cached after the first call to this function on the RoboRIO - restart the
* robot code to reload the team number.
*
* @return team number, or 0 if not found.
*/
public static int getTeamNumber() {
Expand Down

0 comments on commit e277fd5

Please sign in to comment.