Mercurial > hg > fxanalyse
comparison kk-data-provider.c @ 163:4ff3e468ab5f
Fix configuration file name
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Mon, 10 Feb 2014 15:19:29 +0100 |
parents | 84fb0796936b |
children | 5b4b7f37bd3b |
comparison
equal
deleted
inserted
replaced
162:1517a56163de | 163:4ff3e468ab5f |
---|---|
7 #include <inifile.h> | 7 #include <inifile.h> |
8 | 8 |
9 #include "data-provider.h" | 9 #include "data-provider.h" |
10 #include "KKFX80E.h" | 10 #include "KKFX80E.h" |
11 | 11 |
12 #define CONFIGFILE "FXAnalise.ini" | 12 #define CONFIGFILE "FXAnalyse.ini" |
13 #define DEFAULTPORT "COM4:115200" | 13 #define DEFAULTPORT "COM4:115200" |
14 #define TIMEOUT 1 /* seconds */ | 14 #define TIMEOUT 1 /* seconds */ |
15 | 15 |
16 #define strneq(a, b, len) (strncmp((a), (b), (len)) == 0) | 16 #define strneq(a, b, len) (strncmp((a), (b), (len)) == 0) |
17 | 17 |