De-template FIFO.

This commit is contained in:
Jared Boone 2016-03-27 22:39:42 -07:00
parent 59f1a32566
commit f94938db8e
3 changed files with 13 additions and 8 deletions

View file

@ -54,7 +54,7 @@ private:
IIRBiquadFilter deemph;
FMSquelch squelch;
StreamInput stream;
StreamInput stream { 13 };
AudioStatsCollector audio_stats;