OSDN Git Service

cy8mrln-palmpre: add newline to the debug output
authorThomas Zimmermann <zimmermann@vdm-design.de>
Fri, 21 May 2010 06:57:26 +0000 (08:57 +0200)
committerChris Larson <chris_larson@mentor.com>
Wed, 27 Oct 2010 16:48:54 +0000 (09:48 -0700)
Signed-off-by: Thomas Zimmermann <zimmermann@vdm-design.de>
plugins/cy8mrln-palmpre.c

index b500597..31b5ce9 100644 (file)
@@ -302,7 +302,7 @@ interpolate(uint16_t field[H_FIELDS * V_FIELDS], int i, struct ts_sample *out) {
 
        out->pressure = field[i];
 #ifdef DEBUG
-       printf("RAW--------------------------->f21: %f (%d), f23: %f (%d), f12: %f (%d), f32: %f (%d)", 
+       printf("RAW--------------------------->f21: %f (%d), f23: %f (%d), f12: %f (%d), f32: %f (%d)\n", 
               f21, field[i - 1], f23, field[i + 1], f12,
               field[i - H_FIELDS], f32, field[i + H_FIELDS]);
 #endif /*DEBUG*/