view config.h @ 257:8cbfce046d41

Try to read back the frequency values from AD9912 at startup Reset the AD9912 frequencies to the default value only as a fallback.
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Fri, 05 Jun 2015 21:51:25 +0200
parents 6e64ac00303e
children
line wrap: on
line source

#ifndef __CONFIG_H__
#define __CONFIG_H__

#define CONFIGFILE "FXAnalyse.ini"

#define GetIniFilePath(path) 						\
	do {											\
		char project[MAX_PATHNAME_LEN];				\
		GetProjectDir(project);						\
		MakePathname(project, CONFIGFILE, path);	\
	} while (0)


#endif