Improved clarity by fixing typo: 'detatch' corrected to 'detach'
This commit is contained in:
parent
7fd61698c2
commit
255a958ec1
1 changed files with 1 additions and 1 deletions
|
|
@ -1215,7 +1215,7 @@ bool cbPWMDecodeMsg(pb_istream_t *stream, const pb_field_t *field, void **arg) {
|
|||
#endif
|
||||
return false; // fail out if we can't decode the request
|
||||
}
|
||||
// execute PWM pin detatch request
|
||||
// execute PWM pin detach request
|
||||
char *pwmPin = msgPWMDetachRequest.pin + 1;
|
||||
WS._pwmComponent->detach(atoi(pwmPin));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue