mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Update docs for disabled init to match all the other modes (#1523)
Closes #1522
This commit is contained in:
committed by
Peter Johnson
parent
c12d7729e3
commit
6bdd7ce506
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user