diff tests/cptest.c @ 3:e410832c3280

Issue of avr-ld. - For some unknown reason, avr-ld can not handle multiple objects well. - Fixed by compile all source at once.
author Thinker K.F. Li <thinker@branda.to>
date Sun, 22 Feb 2009 01:40:36 +0800
parents f7c60e525801
children
line wrap: on
line diff
--- a/tests/cptest.c	Sat Feb 21 23:06:50 2009 +0800
+++ b/tests/cptest.c	Sun Feb 22 01:40:36 2009 +0800
@@ -30,9 +30,9 @@
     flash_init();
     
     uart_init(BAUD_RATE);
-
+    
     cp = cmd_proto_new();
-
+    
     while(1) {
 	uart_getc(c);
 	cmd = cmd_proto_rcv(cp, c);