Skip to content

Commit

Permalink
Update docs for disabled init to match all the other modes (#1523)
Browse files Browse the repository at this point in the history
Closes #1522
  • Loading branch information
ThadHouse authored and PeterJohnson committed Jan 1, 2019
1 parent c12d772 commit 6bdd7ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion wpilibc/src/main/native/include/frc/IterativeRobotBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ namespace frc {
*
* Init() functions -- each of the following functions is called once when the
* appropriate mode is entered:
* - DisabledInit() -- called only when first disabled
* - DisabledInit() -- called each and every time disabled is entered from
* another mode
* - AutonomousInit() -- called each and every time autonomous is entered from
* another mode
* - TeleopInit() -- called each and every time teleop is entered from
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
*
* <p>init() functions -- each of the following functions is called once when the
* appropriate mode is entered:
* - disabledInit() -- called only when first disabled
* - disabledInit() -- called each and every time disabled is entered from
* another mode
* - autonomousInit() -- called each and every time autonomous is entered from
* another mode
* - teleopInit() -- called each and every time teleop is entered from
Expand Down

0 comments on commit 6bdd7ce

Please sign in to comment.