X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Faltosui%2FAltosDebug.java;h=df40410aae4ddd21dd16006b57bcff8278c36283;hp=83ea5bcbf9f0c9abc1068fbfb317187f1eaaa2d7;hb=7d44cbd621d2b113ac2b802ef17e3d8a660ce7f2;hpb=7bd220dfd9b3fb0e42eb90c3b37eb7b4169eb21b diff --git a/ao-tools/altosui/AltosDebug.java b/ao-tools/altosui/AltosDebug.java index 83ea5bcb..df40410a 100644 --- a/ao-tools/altosui/AltosDebug.java +++ b/ao-tools/altosui/AltosDebug.java @@ -97,7 +97,7 @@ public class AltosDebug extends AltosSerial { void ensure_debug_mode() { if (!debug_mode) { - printf("D\n"); + printf("m 0\nD\n"); debug_mode = true; } }