diff options
author | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-01-28 19:03:37 +0000 |
---|---|---|
committer | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-01-28 19:03:37 +0000 |
commit | 533fb811bf2882ce7e8878a530aef4e674b82a90 (patch) | |
tree | d49ed9d37b3a62c25f10936f4617da354a5db667 | |
parent | 4b9b072415a7fc475674809218de0c1cb6e496d4 (diff) | |
download | lcd4linux-533fb811bf2882ce7e8878a530aef4e674b82a90.tar.gz |
disable default emulator code
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@851 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r-- | plugin_gps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_gps.c b/plugin_gps.c index 13317e6..f84e9c0 100644 --- a/plugin_gps.c +++ b/plugin_gps.c @@ -113,7 +113,7 @@ #include "nmeap.h" -#define EMULATE //remove comment to enable gps data emulation... +//#define EMULATE //remove comment to enable gps data emulation... #define EMU_BUFFER_READ_SIZE 128 //how many bytes are read each loop aka emulation speed #define BUFFER_SIZE 256 |