diff autocal/gmagicmain.c @ 44:5018fd8eecce

autocal: started Rx cal core code
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 May 2017 05:33:42 +0000
parents 8c7b0ba1e5c4
children d309241fcae3
line wrap: on
line diff
--- a/autocal/gmagicmain.c	Sat May 27 05:11:43 2017 +0000
+++ b/autocal/gmagicmain.c	Sat May 27 05:33:42 2017 +0000
@@ -8,6 +8,7 @@
 #include <strings.h>
 #include <rvinterf/l1tm.h>
 #include <rvinterf/exitcodes.h>
+#include "rxcaldefs.h"
 #include "stdband.h"
 
 static struct band {
@@ -73,6 +74,7 @@
 	printf("Putting the DUT into Test Mode\n");
 	do_tms(1);
 	do_rfpw(STD_BAND_FLAG, selected_band->rfpw_std_band);
+	l1tm_setup_for_rxcal();
 
 
 }