Final modem refactoring.

This commit is contained in:
Jonathan Naylor
2021-02-17 21:36:47 +00:00
parent 279afb75f3
commit e291096d22
30 changed files with 3144 additions and 3299 deletions

View File

@@ -19,9 +19,9 @@
#ifndef NullController_H
#define NullController_H
#include "MMDVMModemPort.h"
#include "ModemPort.h"
class CNullController : public IMMDVMModemPort {
class CNullController : public IModemPort {
public:
CNullController();
virtual ~CNullController();