mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
Added missing symbol FP_CONSTELLATION_SHIFT_FACTOR in v29rx.c
This commit is contained in:
parent
0481ce78ff
commit
311cc1060b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user