aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-16 15:58:02 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-16 15:58:02 +0100
commitb016089a277ddd0417a60cce02bf2e92362072eb (patch)
tree6662eacc1c8c33da6b8f876be5ad32acff31ea2b /src
parentm + allow less/no parity (diff)
downloadfodtmf-b016089a277ddd0417a60cce02bf2e92362072eb.tar.gz
fodtmf-b016089a277ddd0417a60cce02bf2e92362072eb.tar.bz2
fodtmf-b016089a277ddd0417a60cce02bf2e92362072eb.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src')
-rw-r--r--src/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/send.c b/src/send.c
index 3726335..624716f 100644
--- a/src/send.c
+++ b/src/send.c
@@ -45,7 +45,7 @@
/**
* Number of samples per tone.
*/
-#define N SAMPLE_RATE / 1000 * DURATION
+#define N (SAMPLE_RATE / 1000 * DURATION)