Dependencies:   mbed

Revision:
7:d0f98d61ec4c
Parent:
5:6134277e4d57
--- a/main.cpp	Fri Sep 30 12:03:31 2011 +0000
+++ b/main.cpp	Fri Sep 30 14:55:11 2011 +0000
@@ -5,7 +5,7 @@
 
 int main() {
     //RESET CHIP TO LOAD TO BEFORE RUNNING PROGRAM!!!
-    lpc.InitUART(230400);                   //Specified limit of 230400 baud
+    lpc.InitUART(115200);                   //Specified limit of 230400 baud
     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