diff autocal/txband.h @ 117:4c3f4231a021

autocal: vout_t definition factored out of txband.h into txvout.h
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Feb 2018 07:02:17 +0000
parents ae8da516681c
children
line wrap: on
line diff
--- a/autocal/txband.h	Tue Feb 13 06:22:32 2018 +0000
+++ b/autocal/txband.h	Tue Feb 13 07:02:17 2018 +0000
@@ -21,8 +21,6 @@
 #define	MAX_BASIS_POINTS	15
 #define	MAX_TX_LEVELS		16
 
-typedef double vout_t;
-
 struct tx_basis_point {
 	unsigned	apc;
 	vout_t		vout;