altos/lisp: Add save/restore to ao_lisp_test
[fw/altos] / src / test / hanoi.lisp
index 93594c434339654961362b4d7f79087d562caf51..01398d9121029dba270802d9362e687bb3e9c888 100644 (file)
@@ -60,8 +60,8 @@
 
 (defun display ()
   (display-stacks 0 20 stacks)
-  (move-to 1 1)
-  (patom "\n")
+  (move-to 1 21)
+  (flush)
   )
 
 (defun length (l)
     (setq stacks (replace stacks from from-stack))
     (setq stacks (replace stacks to to-stack))
     (display)
-    (delay 500)
+    (delay 100)
     )
   )