Update docs for disabled init to match all the other modes (#1523)

Closes #1522
This commit is contained in:
Thad House
2018-12-31 19:11:35 -08:00
committed by Peter Johnson
parent c12d7729e3
commit 6bdd7ce506
2 changed files with 4 additions and 2 deletions

View File

@@ -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