Skip to content

Commit 79dd2a6

Browse files
KurtEdhalbert
andauthored
Update ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
Fix Comment spelling Co-authored-by: Dan Halbert <[email protected]>
1 parent 53b7caf commit 79dd2a6

File tree

1 file changed

+1
-1
lines changed
  • ports/mimxrt10xx/common-hal/pwmio

1 file changed

+1
-1
lines changed

ports/mimxrt10xx/common-hal/pwmio/PWMOut.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ pwmout_result_t common_hal_pwmio_pwmout_construct(pwmio_pwmout_obj_t *self,
196196
// which uses 0, 1 has to be handled specially. So for the different channels:
197197
// A - Uses VAL2 to turn on (0) and VAL3=duty to turn off
198198
// B - Uses VAL4 to turn on (0) and VAL5 to turn off
199-
// X - As mentioned above VAL1 turns off, but its set to the timing for freqency. so
199+
// X - As mentioned above VAL1 turns off, but it's set to the timing for frequency. so
200200
// VAL0 turns on, so we set it to VAL1 - duty
201201
//
202202
PWM_Type *base = self->pwm->pwm;

0 commit comments

Comments
 (0)