Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
25:33cb5ad8ae24
Parent:
24:9830b4f1207b
Child:
26:a63e73885b21
--- a/main.cpp	Fri Sep 13 03:49:11 2013 +0000
+++ b/main.cpp	Fri Sep 13 03:51:14 2013 +0000
@@ -29,6 +29,7 @@
 #include    "uu_coding.h"
 #include    "target_handling.h"
 #include    "verification.h"
+#include    "_user_settings.h"
 #include    "ika.h"
 
 
@@ -38,23 +39,6 @@
 
 
 
-
-
-#define     SOURCE_FILE         "/local/bin"
-
-//  "ISP_BAUD_RATE" is baud rate for ISP operation
-
-#define     ISP_BAUD_RATE       115200
-//#define     ISP_BAUD_RATE       57600
-//#define     ISP_BAUD_RATE       9600
-
-//  "TARGET_OPERATION_BAUD_RATE" is baud rate for USB-serial bridge operation after 
-//  ISP completion. 
-//  if the target application uses serial(UART) and you use the bridge feature, 
-//  please set this value correctly. 
-
-#define     TARGET_OPERATION_BAUD_RATE  9600
-
 int     error_state         = 0;
 
 int     post_writing_process( target_param *tpp );