comparison autocal/txbandmain.c @ 85:2bed7b024f64

fc-rfcal-txband: FFS write implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 16 Jul 2017 00:00:46 +0000
parents 45ef4a06edfc
children 661d122ed8e7
comparison
equal deleted inserted replaced
84:a2d4cab0a592 85:2bed7b024f64
123 /* analytical follow-up */ 123 /* analytical follow-up */
124 txcal_basis_compute(); 124 txcal_basis_compute();
125 /* actual Tx levels calibration */ 125 /* actual Tx levels calibration */
126 calibrate_tx_levels(); 126 calibrate_tx_levels();
127 127
128 printf("Saving calibrated values in FFS\n");
129 misc_enable(CFG_WRITE_TX_CAL);
128 exit(0); 130 exit(0);
129 } 131 }