|
@@ -18,6 +18,7 @@
|
|
|
|
|
|
#include <config_file.h>
|
|
|
#include "three_rates.h"
|
|
|
+
|
|
|
config_file config;
|
|
|
static void handlereader(uint32_t readerid,bool duration,uint32_t t)
|
|
|
{
|
|
@@ -178,7 +179,7 @@ int main(int argc ,char * argv[])
|
|
|
is.init();
|
|
|
|
|
|
card_path::init();
|
|
|
- test_find_path(point(4717,209.2),point(4727,206.4));
|
|
|
+ test_find_path(point(4600,-75),point(4727,-90));
|
|
|
|
|
|
module_mgr::start();
|
|
|
atexit(&cleanup);
|