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: dsp.h
- Revision:
- 6:ed82052bd505
- Parent:
- 0:55201637d936
diff -r 75c26157a53a -r ed82052bd505 dsp.h
--- a/dsp.h Mon Mar 23 21:43:29 2015 +0000
+++ b/dsp.h Mon Mar 23 21:53:48 2015 +0000
@@ -40,7 +40,7 @@
typedef struct {
- uint32_t vec;
+ uint16_t phase;
} FMModState;
extern FMModState fmmod;