Synthesizer / Mbed 2 deprecated DBSMUSICPROJ4

Dependencies:   mbed

Revision:
12:c77c80e92dc1
Parent:
4:e56a755aeaf1
--- a/variables.hpp	Thu Jul 25 10:31:03 2019 +0000
+++ b/variables.hpp	Thu Jul 25 10:34:50 2019 +0000
@@ -36,6 +36,6 @@
 int dataHeader = 0;
 int dataTail = MAX_SAMPLES-1;
 bool loop = 0; //where 1 is looping
-int PlayPos = 0;
-int ToPlay = 0;
+uint16_t PlayPos = 0;
+uint16_t ToPlay = 0;
 #endif
\ No newline at end of file