teste de publish

Dependencies:   DS1820 HighSpeedAnalogIn devices mbed

Revision:
15:0f78bf9c13ec
Parent:
10:263c093f8977
Child:
18:1eefda1f7736
--- a/serialPC.cpp	Thu Nov 09 12:53:41 2017 +0000
+++ b/serialPC.cpp	Wed Dec 27 13:10:09 2017 +0000
@@ -129,7 +129,7 @@
         return;
     } 
     
-    if(strstr(bufIn,"excluiArquivo:currentBank.txt")!=NULL){        
+        if(strstr(bufIn,"excluiArquivo:currentBank.txt")!=NULL){        
         sdCard::excluiArquivo(&sdCard::currentBankFile);
         return;
     }