mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-03-20 19:04:37 +01:00
Change appname to ThumbDV
This commit is contained in:
parent
8f21ad3b5b
commit
ff21298f9f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue