From 5da94ac65cf08e5fe6da187967b2b35ac062189e Mon Sep 17 00:00:00 2001 From: Ed Gonzalez Date: Tue, 21 Oct 2014 10:33:58 -0500 Subject: [PATCH] Direct path to configuration file for auto start --- DSP_API/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSP_API/main.c b/DSP_API/main.c index 436d405..7313eef 100644 --- a/DSP_API/main.c +++ b/DSP_API/main.c @@ -59,7 +59,7 @@ 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 */ typedef struct _sig_ucontext {