summaryrefslogtreecommitdiff
path: root/apps/fracmul.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/fracmul.h')
-rw-r--r--apps/fracmul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/fracmul.h b/apps/fracmul.h
index 6aaedaf3e6..47b85e59ef 100644
--- a/apps/fracmul.h
+++ b/apps/fracmul.h
@@ -4,7 +4,7 @@
4#include <stdint.h> 4#include <stdint.h>
5#include "gcc_extensions.h" 5#include "gcc_extensions.h"
6 6
7/** FRACTIONAL MULTIPLICATION - TAKEN FROM apps/dsp.h 7/** FRACTIONAL MULTIPLICATION
8 * Multiply two fixed point numbers with 31 fractional bits: 8 * Multiply two fixed point numbers with 31 fractional bits:
9 * FRACMUL(x, y) 9 * FRACMUL(x, y)
10 * 10 *