diff options
Diffstat (limited to 'wirish/pwm.h')
-rw-r--r-- | wirish/pwm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wirish/pwm.h b/wirish/pwm.h index 6c53626..a7705ab 100644 --- a/wirish/pwm.h +++ b/wirish/pwm.h @@ -33,6 +33,8 @@ #ifndef _PWM_H_ #define _PWM_H_ +#include "libmaple_types.h" + /** * As a convenience, analogWrite is an alias of pwmWrite to ease * porting Arduino code. However, period and duty will have to be |