Fix reference message and tweak DC removal constant.
[debian/gnuradio] / gr-pager / src / pageri_bch3221.cc
index 7e2e28978a3eb90c0a7e89818e24d82aadbb9558..48ef75cbf65f5d2f0e9069c1782e65baa2087821 100644 (file)
 
 #include <pageri_bch3221.h>
 
+// Corrects supplied data word according to BCH3221 encoding and
+// returns the number of errors detected/corrected.
+//
+// Not implemented yet
+
 int pageri_bch3221(gr_int32 &data)
 {
     return 0;