mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-02 06:04:39 -04:00
MSVC temporary fix-up
This commit is contained in:
@@ -177,7 +177,9 @@ bool CubicSDR::OnInit() {
|
||||
Modem::addModemFactory(new ModemASK);
|
||||
Modem::addModemFactory(new ModemBPSK);
|
||||
Modem::addModemFactory(new ModemDPSK);
|
||||
#if ENABLE_LIQUID_EXPERIMENTAL
|
||||
Modem::addModemFactory(new ModemFSK);
|
||||
#endif
|
||||
Modem::addModemFactory(new ModemGMSK);
|
||||
Modem::addModemFactory(new ModemOOK);
|
||||
Modem::addModemFactory(new ModemPSK);
|
||||
|
||||
@@ -42,7 +42,9 @@
|
||||
#include "ModemASK.h"
|
||||
#include "ModemBPSK.h"
|
||||
#include "ModemDPSK.h"
|
||||
#if ENABLE_LIQUID_EXPERIMENTAL
|
||||
#include "ModemFSK.h"
|
||||
#endif
|
||||
#include "ModemGMSK.h"
|
||||
#include "ModemOOK.h"
|
||||
#include "ModemPSK.h"
|
||||
|
||||
Reference in New Issue
Block a user