mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-04 06:21:23 -07:00
Updated trclib, ftclib.
Minor optimization.
This commit is contained in:
@ -45,7 +45,7 @@ import trclib.timer.TrcTimer;
|
||||
*/
|
||||
public class Robot
|
||||
{
|
||||
private static final String moduleName = Robot.class.getSimpleName();
|
||||
private final String moduleName = getClass().getSimpleName();
|
||||
// Global objects.
|
||||
public final FtcOpMode opMode;
|
||||
public final TrcDbgTrace globalTracer;
|
||||
|
Reference in New Issue
Block a user