scope resolution adjust

This commit is contained in:
Charles J. Cliffe 2014-12-28 21:14:08 -05:00
parent 0eb8ef60b2
commit d642cc63fd

View File

@ -8,7 +8,7 @@
typedef ThreadQueue<AudioThreadInput *> DemodulatorThreadOutputQueue;
#define DEMOD_VIS_SIZE 2048
#define DEMOD_VIS_SIZE 1024
class DemodulatorThread {
public: