mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-01 04:51:23 -07:00
Minor comment changes.
This commit is contained in:
@ -287,8 +287,9 @@ public class Robot
|
||||
public void cancelAll()
|
||||
{
|
||||
globalTracer.traceInfo(moduleName, "Cancel all operations.");
|
||||
|
||||
// Cancel subsystems.
|
||||
if (robotDrive != null) robotDrive.cancel();
|
||||
// Cancel auto tasks.
|
||||
} //cancelAll
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user