Dependencies:   mbed

Revision:
6:fab999f0e93b
Parent:
5:6134277e4d57
Child:
7:d0f98d61ec4c
--- a/ISP.cpp	Fri Sep 30 11:52:20 2011 +0000
+++ b/ISP.cpp	Fri Sep 30 12:03:31 2011 +0000
@@ -13,7 +13,7 @@
     int sector[30] = {4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 32768, 32768, 32768, 32768, 32768, 32768, 32768, 32768, 32768, 32768, 32768, 32768, 32768, 32768};
     int startadd[30] = {0x0, 0x1000, 0x2000, 0x3000, 0x4000, 0x5000, 0x6000, 0x7000, 0x8000, 0x9000, 0xA000, 0xB000, 0xC000, 0xD000, 0xE000, 0xF000, 0x10000, 0x18000, 0x20000, 0x28000, 0x30000, 0x38000, 0x40000, 0x48000, 0x50000, 0x58000, 0x60000, 0x68000, 0x70000, 0x78000};
     
-    pc.printf("**** LPC1xxx Flash Bootloader ****\n\n\r");
+    pc.printf("**** LPCxxxx Flash Bootloader ****\n\n\r");
     if(CheckTargetPresent()==0) {
         pc.printf("ERROR: Communication failed with board. Ensure board reset and P2.10 pulled low before running mbed program! If the setup is correct, try lowering the baud rate, set in main.cpp.\r\n\n");  
         exit(0);