Dependencies:   mbed

Revision:
5:6134277e4d57
Parent:
1:0872c208795f
Child:
7:d0f98d61ec4c
--- a/main.cpp	Fri Sep 30 09:16:45 2011 +0000
+++ b/main.cpp	Fri Sep 30 11:52:20 2011 +0000
@@ -6,7 +6,6 @@
 int main() {
     //RESET CHIP TO LOAD TO BEFORE RUNNING PROGRAM!!!
     lpc.InitUART(230400);                   //Specified limit of 230400 baud
-    lpc.ProgramFile();           //Write your program name in this box with the prefix /fs/ (sometimes unstable with special characters and long names)
+    lpc.ProgramFile();
 }
-
 //To add new chips to load to, add a case to the switch function in ID.cpp, using the ID code and last sector number information
\ No newline at end of file