Added missing symbol FP_CONSTELLATION_SHIFT_FACTOR in v29rx.c

This commit is contained in:
Steve Underwood 2013-03-23 22:20:56 +08:00
parent 0481ce78ff
commit 311cc1060b

View File

@ -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"