Skip to content

Commit c0a84f8

Browse files
pocsag menu cleanup
1 parent f66f2c2 commit c0a84f8

File tree

1 file changed

+0
-9
lines changed
  • decoder_modules/pager_decoder/src/pocsag

1 file changed

+0
-9
lines changed

decoder_modules/pager_decoder/src/pocsag/decoder.h

-9
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
#include "dsp.h"
99
#include "pocsag.h"
1010

11-
const char* msgTypes[] = {
12-
"Numeric",
13-
"Unknown (0b01)",
14-
"Unknown (0b10)",
15-
"Alphanumeric",
16-
};
17-
1811
#define BAUDRATE 2400
1912
#define SAMPLERATE (BAUDRATE*10)
2013

@@ -68,15 +61,13 @@ class POCSAGDecoder : public Decoder {
6861
}
6962

7063
void start() {
71-
flog::debug("POCSAG start");
7264
dsp.start();
7365
reshape.start();
7466
dataHandler.start();
7567
diagHandler.start();
7668
}
7769

7870
void stop() {
79-
flog::debug("POCSAG stop");
8071
dsp.stop();
8172
reshape.stop();
8273
dataHandler.stop();

0 commit comments

Comments
 (0)