summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/fixedpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/fixedpoint.c')
-rw-r--r--apps/plugins/lib/fixedpoint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/fixedpoint.c b/apps/plugins/lib/fixedpoint.c
index 88c2f6ea54..92979dad53 100644
--- a/apps/plugins/lib/fixedpoint.c
+++ b/apps/plugins/lib/fixedpoint.c
@@ -20,6 +20,7 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include <inttypes.h> 22#include <inttypes.h>
23#include "fixedpoint.h"
23 24
24/* Inverse gain of circular cordic rotation in s0.31 format. */ 25/* Inverse gain of circular cordic rotation in s0.31 format. */
25static const long cordic_circular_gain = 0xb2458939; /* 0.607252929 */ 26static const long cordic_circular_gain = 0xb2458939; /* 0.607252929 */