mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-18 12:53:46 +00:00
Start the voice transmission module.
This commit is contained in:
parent
55cb6beaf2
commit
b9ebdee601
9 changed files with 228 additions and 15 deletions
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@ LIBS = -lpthread
|
|||
LDFLAGS = -g
|
||||
|
||||
OBJECTS = BPTC19696.o Conf.o CRC.o DMRData.o DMREmbeddedData.o DMREMB.o DMRFullLC.o DMRGateway.o DMRLC.o DMRNetwork.o DMRSlotType.o Golay2087.o Hamming.o Log.o \
|
||||
MMDVMNetwork.o QR1676.o RepeaterProtocol.o Rewrite.o RS129.o SHA256.o StopWatch.o Sync.o Thread.o Timer.o UDPSocket.o Utils.o
|
||||
MMDVMNetwork.o QR1676.o RepeaterProtocol.o Rewrite.o RS129.o SHA256.o StopWatch.o Sync.o Thread.o Timer.o UDPSocket.o Utils.o Voice.o
|
||||
|
||||
all: DMRGateway
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue