aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <ikj1234i@yahoo.com>2017-09-05 16:47:45 -0400
committerMax <ikj1234i@yahoo.com>2017-09-05 16:47:45 -0400
commit04b16056dffbe2871e4d0b870d118029acb757da (patch)
tree889a82bdcef26dfcef86de99e7c06bfa6348e083
parent93b19531ee0942d4a589bb3e7345e28f1f578759 (diff)
possible fix for compiler errors
-rw-r--r--op25/gr-op25_repeater/lib/imbe_vocoder/pitch_est.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/op25/gr-op25_repeater/lib/imbe_vocoder/pitch_est.cc b/op25/gr-op25_repeater/lib/imbe_vocoder/pitch_est.cc
index 25ba61a..08343bb 100644
--- a/op25/gr-op25_repeater/lib/imbe_vocoder/pitch_est.cc
+++ b/op25/gr-op25_repeater/lib/imbe_vocoder/pitch_est.cc
@@ -34,7 +34,7 @@
-static const Word16 min_max_tbl[203] =
+static const UWord16 min_max_tbl[203] =
{
0x0008, 0x0009, 0x000a, 0x000c, 0x000d, 0x000e, 0x000f, 0x0010, 0x0012, 0x0013,
0x0014, 0x0115, 0x0216, 0x0218, 0x0319, 0x041a, 0x051b, 0x061c, 0x061e, 0x071f,