From 311cc1060b26e8136b3dc552c28720604a2ae42d Mon Sep 17 00:00:00 2001 From: Steve Underwood Date: Sat, 23 Mar 2013 22:20:56 +0800 Subject: [PATCH] Added missing symbol FP_CONSTELLATION_SHIFT_FACTOR in v29rx.c --- libs/spandsp/src/v29rx.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/spandsp/src/v29rx.c b/libs/spandsp/src/v29rx.c index 6e845a9360..f875966056 100644 --- a/libs/spandsp/src/v29rx.c +++ b/libs/spandsp/src/v29rx.c @@ -81,6 +81,9 @@ #endif #define FP_CONSTELLATION_SCALE(x) FP_SCALE(x) +#if defined(SPANDSP_USE_FIXED_POINT) +#define FP_CONSTELLATION_SHIFT_FACTOR FP_SHIFT_FACTOR +#endif #include "v29rx_rrc.h" #include "v29tx_constellation_maps.h" -- 2.47.2