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: config.h
- Revision:
 - 1:7b61790f6be9
 - Parent:
 - 0:bac9c3a3a6ca
 - Child:
 - 2:eabe8feaaabb
 
--- a/config.h Wed Mar 09 06:44:51 2016 +0000 +++ b/config.h Wed Mar 09 17:21:01 2016 +0000 @@ -1,7 +1,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define set_dtc(phase, value) phase = 1.0f - (value) +#define set_dtc(phase, value) *phase = 1.0f - (value) #define PWMA PA_8 #define PWMB PA_9