提交 311cc106 authored 作者: Steve Underwood's avatar Steve Underwood

Added missing symbol FP_CONSTELLATION_SHIFT_FACTOR in v29rx.c

上级 0481ce78
......@@ -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"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论