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.
Diff: MagneWave.h
- Revision:
- 9:486d9fde3e64
- Parent:
- 7:b0bb700d8383
--- a/MagneWave.h Sat Nov 09 13:39:43 2013 +0000 +++ b/MagneWave.h Sat Nov 16 05:27:07 2013 +0000 @@ -28,7 +28,7 @@ //FILE *m_wavefile; Ticker tick; unsigned short m_fifo[128]; - short m_wptr; + volatile short m_wptr; volatile short m_rptr; bool m_dacOn; bool m_fileEnd;