Direct path to configuration file for auto start

This commit is contained in:
Ed Gonzalez 2014-10-21 10:33:58 -05:00
parent c18b195346
commit 5da94ac65c

View file

@ -59,7 +59,7 @@
const char* APP_NAME = "FreeDV"; // Name of Application const char* APP_NAME = "FreeDV"; // Name of Application
const char* CFG_FILE = "FreeDV.cfg"; // Name of associated configuration file const char* CFG_FILE = "/home/root/FreeDV.cfg"; // Name of associated configuration file
/* This structure mirrors the one found in /usr/include/asm/ucontext.h */ /* This structure mirrors the one found in /usr/include/asm/ucontext.h */
typedef struct _sig_ucontext { typedef struct _sig_ucontext {