aboutsummaryrefslogtreecommitdiffstats
path: root/src/amps/amps.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2016-06-20 19:37:56 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2016-06-20 19:37:56 +0200
commit2ee51022f41d2877a18615cb67e49f9d9f626aaa (patch)
tree3a0c4e312a805c0695310959e91899c3e4571072 /src/amps/amps.h
parent86daa5a64a24312a0bd622d0c5415ef2b60c27bb (diff)
Rename 'compander' to 'compandor'
Diffstat (limited to 'src/amps/amps.h')
-rw-r--r--src/amps/amps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/amps/amps.h b/src/amps/amps.h
index a6b0302..1ce3c62 100644
--- a/src/amps/amps.h
+++ b/src/amps/amps.h
@@ -1,5 +1,5 @@
#include "../common/sender.h"
-#include "../common/compander.h"
+#include "../common/compandor.h"
#include "sysinfo.h"
#include "transaction.h"
@@ -35,7 +35,7 @@ enum fsk_rx_sync {
typedef struct amps {
sender_t sender;
- compander_t cstate;
+ compandor_t cstate;
int pre_emphasis; /* use pre_emphasis by this instance */
int de_emphasis; /* use de_emphasis by this instance */
emphasis_t estate;