wefwe

Dependencies:   mbed C12832 DogM163 FatFileSystem

Revision:
27:6e5cc34fb952
Parent:
26:304ecc4066a8
Child:
28:19aac2daf669
--- a/main.cpp	Sat Apr 20 17:07:46 2019 +0000
+++ b/main.cpp	Sat Apr 20 17:12:05 2019 +0000
@@ -119,6 +119,7 @@
         lcd.printf("%2.f s", dur.read());
     }
     fclose(wave_file);
+    Stopped = 0;
     menu();
 }