More thorough monitor test.
[goodfet] / client / goodfet.monitor
index 2ea400a..92aada8 100755 (executable)
@@ -46,6 +46,7 @@ if(sys.argv[1]=="exec"):
     
 if(sys.argv[1]=="info"):
     print "GoodFET with %s MCU" % client.infostring();
+    print "Clocked at %s" % client.monitorclocking();
 if(sys.argv[1]=="ramfill"):
     client.monitor_ram_pattern();
 if(sys.argv[1]=="ramdepth"):