Skip to content

Commit 255a958

Browse files
committed
Improved clarity by fixing typo: 'detatch' corrected to 'detach'
1 parent 7fd6169 commit 255a958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Wippersnapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ bool cbPWMDecodeMsg(pb_istream_t *stream, const pb_field_t *field, void **arg) {
12151215
#endif
12161216
return false; // fail out if we can't decode the request
12171217
}
1218-
// execute PWM pin detatch request
1218+
// execute PWM pin detach request
12191219
char *pwmPin = msgPWMDetachRequest.pin + 1;
12201220
WS._pwmComponent->detach(atoi(pwmPin));
12211221

0 commit comments

Comments
 (0)