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: C12832 MMA7660 mbed
Diff: sound.cpp
- Revision:
- 9:35c816293400
- Parent:
- 5:614e3ac042df
--- a/sound.cpp Wed Mar 28 18:35:53 2018 +0900
+++ b/sound.cpp Wed Mar 28 18:59:22 2018 +0900
@@ -29,6 +29,6 @@
_SoundRange += 100;
}
-COMMAND_DEFINE Command_sound = {"sound", 0x01, _Initialize, _Finalize,
+COMMAND_DEFINE Command_sound = {"sound", _Initialize, _Finalize,
_ProcessInitialize, _ProcessIsContinue, _ProcessRunning
};
\ No newline at end of file