screw up

Dependents:   m3pi_test_music

Fork of m3pimaze by Jon Marsh

Files at this revision

API Documentation at this revision

Comitter:
jalle1714
Date:
Sat Apr 06 04:53:46 2013 +0000
Parent:
0:e1dac380452c
Commit message:
no change

Changed in this revision

m3pimaze.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);
 }