From b15b9672fbed2d01318c866af450cd4327abfbb3 Mon Sep 17 00:00:00 2001 From: Dan White Date: Fri, 22 Mar 2013 23:09:59 -0500 Subject: [PATCH] bugfix --- python-lib/test-nco.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-lib/test-nco.py b/python-lib/test-nco.py index 2cd173b..9d00562 100644 --- a/python-lib/test-nco.py +++ b/python-lib/test-nco.py @@ -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) -- 2.25.1