File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
strongback/src/org/strongback Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- strongback.version =1.2.0-Beta4
1+ strongback.version =1.2.0-Beta5
22#
33# The build will download a specific version of the WPILib given by the following URL
44# and install it into the 'libs/wpilib' folder. To use a different version of WPILib,
Original file line number Diff line number Diff line change @@ -717,9 +717,7 @@ public static void start() {
717717 * Same as {@link #start()}.
718718 *
719719 * @see #start()
720- * @deprecated
721720 */
722- @ Deprecated
723721 public static void restart () {
724722 ENGINE .start ();
725723 }
@@ -1368,7 +1366,7 @@ public synchronized boolean submit(Command command) {
13681366 }
13691367
13701368 public synchronized void flushRecorders () {
1371- if (isRunning ()) {
1369+ if (isRunning () && dataRecorderDriver != null ) {
13721370 // Finally flush the data recorder ...
13731371 dataRecorderDriver .flush ();
13741372 }
You can’t perform that action at this time.
0 commit comments