PICO I2C FW

Dependencies:   USBDevice

Revision:
16:2f373d3c8214
Parent:
15:61dce4bef44f
Child:
17:401a5bb8d403
--- a/main.cpp	Fri Jul 06 20:32:03 2018 +0000
+++ b/main.cpp	Tue Jul 10 20:29:10 2018 +0000
@@ -1111,7 +1111,7 @@
                     for(j=0;j<device_count;j++)
                     {
                         if(device_logged[j])
-                            fprintf(fp,", Device %d Temperature (C)",j);
+                            fprintf(fp,",Device %d Temperature (C)",j);
                     }
                     fprintf(fp,"\r\n");
                 
@@ -1260,7 +1260,7 @@
                                             
                                                 for(j=0;j<device_count;j++)
                                                 {
-                                                    fprintf(fp,", Device %d Temperature (C)",j);
+                                                    fprintf(fp,",Device %d Temperature (C)",j);
                                                 }
                                                 fprintf(fp,"\r\n");
                                             
@@ -1422,7 +1422,7 @@
                     {
                         if(device_logged[j])
                         {
-                            fprintf(fp,", %.3f",T[j]);
+                            fprintf(fp,",%.3f",T[j]);
                         }
                         
                     }