dl5di / OpenDV

Open Digital Voice software for Amateur Radio based on Jonathan Naylor's (G4KLX) "ircDDBGateway" and "PCRepeaterController" for D-Star
GNU General Public License v2.0
106 stars 63 forks source link

Fix typo in Makefile and add cstring include to fix compilation #51

Closed mathisschmieder closed 8 years ago

mathisschmieder commented 8 years ago

DIsplay.h is an obvious typo that needs to be fixed :)

On my Odroid Arch Linux I need to include cstring in TFTSerial.h otherwise it won't find std::strlen etc