mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21: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 @@ import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
|
||||
*
|
||||
* <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
|
||||
|
||||
Reference in New Issue
Block a user