mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2025-08-25 15:12:25 -04:00
Merge pull request #39 from AndyTaylorTweet/master
add @nostar's latest updates...
This commit is contained in:
commit
9ccaa5882f
@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <md380_vocoder.h>
|
#include <md380_vocoder.h>
|
||||||
#include "mbevocoder.h"
|
#include "MBEVocoder.h"
|
||||||
|
|
||||||
|
|
||||||
const uint8_t BIT_MASK_TABLE8[] = { 0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U, 0x02U, 0x01U };
|
const uint8_t BIT_MASK_TABLE8[] = { 0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U, 0x02U, 0x01U };
|
@ -7,7 +7,7 @@ LDFLAGS ?= -g
|
|||||||
OBJECTS = BPTC19696.o Conf.o CRC.o DelayBuffer.o DMRData.o DMREMB.o DMREmbeddedData.o \
|
OBJECTS = BPTC19696.o Conf.o CRC.o DelayBuffer.o DMRData.o DMREMB.o DMREmbeddedData.o \
|
||||||
DMRFullLC.o DMRLC.o DMRLookup.o DMRNetwork.o DMRSlotType.o P25Network.o Golay2087.o \
|
DMRFullLC.o DMRLC.o DMRLookup.o DMRNetwork.o DMRSlotType.o P25Network.o Golay2087.o \
|
||||||
Golay24128.o Hamming.o Log.o ModeConv.o Mutex.o QR1676.o Reflectors.o RS129.o \
|
Golay24128.o Hamming.o Log.o ModeConv.o Mutex.o QR1676.o Reflectors.o RS129.o \
|
||||||
SHA256.o StopWatch.o Sync.o Thread.o Timer.o UDPSocket.o Utils.o mbevocoder.o P252DMR.o
|
SHA256.o StopWatch.o Sync.o Thread.o Timer.o UDPSocket.o Utils.o MBEVocoder.o P252DMR.o
|
||||||
|
|
||||||
all: P252DMR
|
all: P252DMR
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "Defines.h"
|
#include "Defines.h"
|
||||||
#include "RingBuffer.h"
|
#include "RingBuffer.h"
|
||||||
#include "mbevocoder.h"
|
#include "MBEVocoder.h"
|
||||||
|
|
||||||
#if !defined(MODECONV_H)
|
#if !defined(MODECONV_H)
|
||||||
#define MODECONV_H
|
#define MODECONV_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user