Skip to content

Commit 0eca3b3

Browse files
committed
Jira-500. Corrected typo error. Routine, pwdStop, is now named as, pwmStop.
1 parent 02c9604 commit 0eca3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/CurieTimerOne/CurieTimer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class CurieTimer
125125
int pwmStart(unsigned int outputPin, int dutyRange, unsigned int periodUsec);
126126

127127
// Stop software PWM.
128-
inline void pwdStop(void) { return kill(); }
128+
inline void pwmStop(void) { return kill(); }
129129

130130
// Generic timer ISR. It will call user call back routine if set.
131131
void timerIsr(void);

0 commit comments

Comments
 (0)