changeset 25:5226dbaa5333

autocal/vcxomeas.c: brown paper bag
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 May 2017 22:09:59 +0000
parents 0b6881281d86
children a2e4da9d85cc
files autocal/vcxomeas.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autocal/vcxomeas.c	Mon May 22 22:00:36 2017 +0000
+++ b/autocal/vcxomeas.c	Mon May 22 22:09:59 2017 +0000
@@ -23,7 +23,7 @@
 	usleep(80000);
 	sprintf(cmd, "freq-meas %s\n", hint);
 	tsid_command(cmd);
-	atof(tsid_response + 1);
+	meas = atof(tsid_response + 1);
 	printf("Measured frequency offset %.2f Hz\n", meas);
 	return(meas);
 }