Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: variables.hpp
- 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