summaryrefslogtreecommitdiff
path: root/altosui/AltosEepromDownload.java
diff options
context:
space:
mode:
Diffstat (limited to 'altosui/AltosEepromDownload.java')
-rw-r--r--altosui/AltosEepromDownload.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/altosui/AltosEepromDownload.java b/altosui/AltosEepromDownload.java
index d1e5fdf0..4a35c2f1 100644
--- a/altosui/AltosEepromDownload.java
+++ b/altosui/AltosEepromDownload.java
@@ -319,11 +319,9 @@ public class AltosEepromDownload implements Runnable {
done = false;
start = true;
-// if (flights.config_data.serial == 0)
-// throw new IOException("no serial number found");
+ if (flights.config_data.serial == 0)
+ throw new IOException("no serial number found");
- log_format = 5;
- System.out.printf ("log format: %d\n", log_format);
/* Reset per-capture variables */
flight = 0;
year = 0;