Dependencies:   mbed

Revision:
3:eb6d9211592d
Parent:
2:9e3ee0c6536b
--- a/LPC.h	Thu Sep 29 15:09:50 2011 +0000
+++ b/LPC.h	Thu Sep 29 15:15:57 2011 +0000
@@ -44,6 +44,7 @@
     int maxsector;                                          //Number of sectors required in order to accommodate the program, based on filesize
     long int filesize;                                      //Filesize is the...file...size (number of bytes in the file to load to the chip)
     int RAM;
+    char speed[10];
     
     //Serial Buffered
     void handleInterrupt();