FreeCalypso > hg > fc-rfcal-tools
diff autocal/vcxomain.c @ 104:7ad0495991ed
autocal: use the new ERROR_RFFAIL exit code
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Dec 2017 07:01:13 +0000 |
parents | 7ad5836d3b87 |
children |
line wrap: on
line diff
--- a/autocal/vcxomain.c Sun Aug 13 05:04:48 2017 +0000 +++ b/autocal/vcxomain.c Sat Dec 09 07:01:13 2017 +0000 @@ -102,7 +102,7 @@ /* sanity check */ if (zero_check_freq < -70.0f || zero_check_freq > 70.0f) { printf("Error: final freq offset out of range, aborting\n"); - exit(ERROR_TARGET); + exit(ERROR_RFFAIL); } /* Psi computations */