unsynchronized / gr-mixalot

POCSAG, FLEX, and GSC encoder blocks for GNU Radio
GNU General Public License v3.0
139 stars 39 forks source link

gr_uint32 no longer used by GNU Radio #22

Closed hololeap closed 7 years ago

hololeap commented 7 years ago

The gr_int* types are no longer used as per this commit: https://github.com/gnuradio/gnuradio/commit/5c56ab77b779257bc908e45d7d7e0ff790e9e28d

uint32_t should be used in place of gr_uint32

unsynchronized commented 7 years ago

Thanks for the heads up! Fixed.