check for gfsk_demodulator, too
This commit is contained in:
parent
e79c830db5
commit
3a669294d7
@ -90,7 +90,7 @@ class FeatureDetector(object):
|
|||||||
return reduce(and_,
|
return reduce(and_,
|
||||||
map(
|
map(
|
||||||
check_with_stdin,
|
check_with_stdin,
|
||||||
["rrc_filter", "ysf_decoder", "dmr_decoder", "mbe_synthesizer"]
|
["rrc_filter", "ysf_decoder", "dmr_decoder", "mbe_synthesizer", "gfsk_demodulator"]
|
||||||
),
|
),
|
||||||
True)
|
True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user