Fix java class differing only by case
[fw/altos] / altoslib / AltosEepromChunk.java
index d20bcd0a2fe18e138ef3face3fd29f39c10c2089..7a80e29489df6e7ba60ff34915f19224325f8f32 100644 (file)
@@ -69,7 +69,7 @@ public class AltosEepromChunk {
                        eeprom = new AltosEepromTM(this, offset);
                        break;
                case AltosLib.AO_LOG_FORMAT_TINY:
-                       eeprom = new AltosEepromTm(this, offset, state);
+                       eeprom = new AltosEepromTMini(this, offset, state);
                        break;
                case AltosLib.AO_LOG_FORMAT_TELEMETRY:
                case AltosLib.AO_LOG_FORMAT_TELESCIENCE: