Add the P25 transmitter.

This commit is contained in:
Jonathan Naylor
2016-09-08 17:53:59 +01:00
parent e25b51b486
commit dbcd17dda7
7 changed files with 289 additions and 6 deletions
+2
View File
@@ -55,6 +55,7 @@ enum MMDVM_STATE {
#include "YSFRX.h"
#include "YSFTX.h"
#include "P25RX.h"
#include "P25TX.h"
#include "CalDStarRX.h"
#include "CalDStarTX.h"
#include "CalDMR.h"
@@ -102,6 +103,7 @@ extern CYSFRX ysfRX;
extern CYSFTX ysfTX;
extern CP25RX p25RX;
extern CP25TX p25TX;
extern CCalDStarRX calDStarRX;
extern CCalDStarTX calDStarTX;