We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c9604 commit 0eca3b3Copy full SHA for 0eca3b3
libraries/CurieTimerOne/CurieTimer.h
@@ -125,7 +125,7 @@ class CurieTimer
125
int pwmStart(unsigned int outputPin, int dutyRange, unsigned int periodUsec);
126
127
// Stop software PWM.
128
- inline void pwdStop(void) { return kill(); }
+ inline void pwmStop(void) { return kill(); }
129
130
// Generic timer ISR. It will call user call back routine if set.
131
void timerIsr(void);
0 commit comments