master/fsm_master.c
changeset 1408 91b35db64a24
parent 1402 4c1203ec569d
child 1420 5eb814732c46
--- a/master/fsm_master.c	Mon Apr 20 13:43:57 2009 +0000
+++ b/master/fsm_master.c	Mon Apr 20 14:33:47 2009 +0000
@@ -828,6 +828,9 @@
     master->scan_busy = 0;
     wake_up_interruptible(&master->scan_queue);
 
+	// find DC reference clock
+	ec_master_find_dc_ref_clock(master);
+	
     // Attach slave configurations
     ec_master_attach_slave_configs(master);