X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Faltosui%2FAltosDebug.java;h=8d435b667d5ecb584b118bed27a5d9945b4abb92;hb=74cab8503b51ba6fb05a4d12a031c749e870b0ef;hp=9aa35d3f2f834813d7cfdd51a5dbf2a631b750ee;hpb=939be6793238a275b7682ecc376fed14379cf044;p=fw%2Faltos diff --git a/ao-tools/altosui/AltosDebug.java b/ao-tools/altosui/AltosDebug.java index 9aa35d3f..8d435b66 100644 --- a/ao-tools/altosui/AltosDebug.java +++ b/ao-tools/altosui/AltosDebug.java @@ -261,7 +261,7 @@ public class AltosDebug extends AltosSerial { printf ("R\n"); } - public AltosDebug (altos_device in_device) throws FileNotFoundException, AltosSerialInUseException { + public AltosDebug (AltosDevice in_device) throws FileNotFoundException, AltosSerialInUseException { super(in_device); } } \ No newline at end of file