From ff21298f9f6e8d591da0394b83688ebf5dc370d4 Mon Sep 17 00:00:00 2001 From: Ed Gonzalez Date: Wed, 27 May 2015 17:12:08 -0500 Subject: [PATCH] Change appname to ThumbDV --- DSP_API/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DSP_API/main.c b/DSP_API/main.c index 37d3b1f..70a6f5f 100644 --- a/DSP_API/main.c +++ b/DSP_API/main.c @@ -59,8 +59,8 @@ #include "common.h" -const char* APP_NAME = "FreeDV"; // Name of Application -//const char* CFG_FILE = "FreeDV.cfg"; // Name of associated configuration file +const char* APP_NAME = "ThumbDV"; // Name of Application - must match .cfg filename + char * cfg_path = NULL; static sem_t shutdown_sem;