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: dataStore.cpp
- Revision:
- 13:bc16eec2256f
- Parent:
- 4:e56a755aeaf1
diff -r c77c80e92dc1 -r bc16eec2256f dataStore.cpp
--- a/dataStore.cpp Thu Jul 25 10:34:50 2019 +0000
+++ b/dataStore.cpp Thu Jul 25 10:48:41 2019 +0000
@@ -21,7 +21,7 @@
{
this->_note = N;
- this->_octave = N;
- this->_duration = N;
+ this->_octave = O;
+ this->_duration = D;
}