circuit strat, first version
[aversive.git] / projects / microb2010 / mainboard / display.py
index 6106ff0..b508407 100644 (file)
@@ -345,7 +345,7 @@ while True:
             if not m:
                 m = re.match("ballboard=%s"%(INT), l)
                 if m:
-                    print int(m.groups()[0])
+                    print "ballboard: %d"%(int(m.groups()[0]))
 
             # parse cobboard
             if not m: