bugfix
authorDan White <dan@whiteaudio.com>
Sat, 23 Mar 2013 04:09:59 +0000 (23:09 -0500)
committerDan White <dan@whiteaudio.com>
Sat, 23 Mar 2013 04:09:59 +0000 (23:09 -0500)
python-lib/test-nco.py

index 2cd173b7f65bc7c9429d0a08f6a03cf54a35ca0b..9d005626bea5e6fddfefa175c42b1cca14d9bace 100644 (file)
@@ -13,12 +13,12 @@ from calibrate import calibrate as cal
 do_shell = True
 
 
-if 0:
+if 1:
     print 'Calibrating mux pad drivers.'
-    calibrate('mux')
+    cal('mux')
 
     print 'Calibrating chain.'
-    calibrate('chain')
+    cal('chain')
     print '%-10s %8.2f uA' % (name, 1e6*i)