mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Small cleanups.
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -154,8 +154,8 @@ private:
|
||||
bool m_dmrNetworkDebug;
|
||||
|
||||
bool m_fusionNetworkEnabled;
|
||||
unsigned int m_fusionNetworkPort;
|
||||
std::string m_fusionNetworkAddress;
|
||||
unsigned int m_fusionNetworkPort;
|
||||
bool m_fusionNetworkDebug;
|
||||
|
||||
std::string m_tftSerialPort;
|
||||
|
||||
2
Makefile
2
Makefile
@@ -27,7 +27,7 @@ CSBK.o: CSBK.cpp CSBK.h Utils.h DMRDefines.h BPTC19696.h CRC.h Log.h
|
||||
Display.o: Display.cpp Display.h
|
||||
$(CC) $(CFLAGS) -c Display.cpp
|
||||
|
||||
DMRControl.o: DMRControl.cpp DMRControl.h DMRSlot.h DMRData.h Modem.h HomebrewDMRIPSC.h Defines.h CSBK.h Log.h DIsplay.h
|
||||
DMRControl.o: DMRControl.cpp DMRControl.h DMRSlot.h DMRData.h Modem.h HomebrewDMRIPSC.h Defines.h CSBK.h Log.h Display.h
|
||||
$(CC) $(CFLAGS) -c DMRControl.cpp
|
||||
|
||||
DMRData.o: DMRData.cpp DMRData.h DMRDefines.h Utils.h Log.h
|
||||
|
||||
Reference in New Issue
Block a user