diff autocal/rxband.c @ 60:81e8f7e99d89

fc-rfcal-rxband: upload of GMagic to DUT implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 May 2017 23:35:06 +0000
parents 46c72323182a
children 0bf853d1b68e
line wrap: on
line diff
--- a/autocal/rxband.c	Sat May 27 23:23:35 2017 +0000
+++ b/autocal/rxband.c	Sat May 27 23:35:06 2017 +0000
@@ -130,5 +130,6 @@
 	Gmagic = pm - RXCAL_SIGGEN_LEVEL - RXCAL_AGC_DB * 2;
 	halfdb_to_string(Gmagic, Gmagic_db);
 	printf("GMagic=%d (%s dB)\n", Gmagic, Gmagic_db);
+	upload_gmagic(Gmagic);
 	return(0);
 }