screw up

Dependents:   m3pi_test_music

Fork of m3pimaze by Jon Marsh

Revision:
1:e378f2d128f0
Parent:
0:e1dac380452c
--- a/m3pimaze.cpp	Thu Mar 03 10:07:21 2011 +0000
+++ b/m3pimaze.cpp	Sat Apr 06 04:53:46 2013 +0000
@@ -162,7 +162,7 @@
     _ser.putc(length);       
     for (int i = 0 ; i < length ; i++) {
         _ser.putc(text[i]); 
-    }
+            }
     return(0);
 }