altosdroid: initial implementation of telemetry logging.
[fw/altos] / altoslib / AltosTelemetryRecordRaw.java
index dc1b8947d4ff665f074967293e04a7519dc41336..fbb373d54dcdfb9beaba3e3610150b255cd47ac2 100644 (file)
 
 package org.altusmetrum.AltosLib;
 
-import java.lang.*;
-import java.text.*;
-import java.util.HashMap;
-
 public class AltosTelemetryRecordRaw extends AltosTelemetryRecord {
        int[]   bytes;
        int     serial;