routeur done

Dependencies:   mbed

Fork of APP4 by S5info_H14

Revision:
4:aac38b016952
Parent:
3:350f07072089
--- a/readfile.cpp	Mon Feb 24 15:40:33 2014 +0000
+++ b/readfile.cpp	Mon Feb 24 19:06:11 2014 +0000
@@ -11,10 +11,10 @@
     {
         while (getline(myfile,line))
         {
-            if (line[0] != "#")
+            if (line[0] != '#')
             {
                 if (line.find("PANID") != string::npos)
-                    ://coord->setPanID(line.substr(
+                    ;//coord->setPanID(line.substr(
             }
         }