Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
47:e7d395119a63
Parent:
46:fe8ca451abcb
Child:
48:99cfe3a929ea
--- a/main.cpp	Wed Dec 10 09:42:12 2014 +0000
+++ b/main.cpp	Tue Jan 06 11:05:29 2015 +0000
@@ -2,8 +2,8 @@
  *  Sample of ISP operation for NXP MCUs
  *
  *  @author  Tedd OKANO
- *  @version 1.1
- *  @date    Dec-2014
+ *  @version 1.1.1
+ *  @date    Jan-2015
  *
  *  This program programs MCU flash memory through UART. It uses
  *  "In-System Programming (ISP)" interface in target MCU (NXP LPC micro-
@@ -36,7 +36,7 @@
 {
     int     err;
 
-    printf( "\r\n\r\n\r\nmbed ISP program : programming LPC device from mbed (v1.0)\r\n" );
+    printf( "\r\n\r\n\r\nmbed ISP program : programming LPC device from mbed (v1.1.1)\r\n" );
 
     err     = isp_flash_write( SOURCE_FILE );