Small cleanups.

This commit is contained in:
Jonathan Naylor 2016-01-14 22:19:34 +00:00
parent acf43628fb
commit dad201309c
2 changed files with 2 additions and 2 deletions

2
Conf.h
View file

@ -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;

View file

@ -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