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