Merge branch 'AX25' into AX25_FM

This commit is contained in:
Jonathan Naylor
2020-06-30 11:45:58 +01:00
11 changed files with 20 additions and 16 deletions

View File

@@ -8,8 +8,8 @@ CFLAGS = -g -O3 -Wall -std=c++0x -pthread
LIBS = -lpthread -lutil
# Use the following CFLAGS and LIBS if you do want to use gpsd.
#CFLAGS = -g -O3 -Wall -DUSE_GPS -std=c++0x -pthread
#LIBS = -lpthread -lutil -lgps -lutil
#CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread
#LIBS = -lpthread -lgps -lutil
LDFLAGS = -g