Skip to content

Commit 1312e5c

Browse files
KurtEdhalbert
andauthored
Update ports/mimxrt10xx/supervisor/port.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent f102c15 commit 1312e5c

File tree

1 file changed

+1
-1
lines changed
  • ports/mimxrt10xx/supervisor

1 file changed

+1
-1
lines changed

ports/mimxrt10xx/supervisor/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ void port_interrupt_after_ticks(uint32_t ticks) {
398398

399399
void port_idle_until_interrupt(void) {
400400
// App note here: https://www.nxp.com/docs/en/application-note/AN12085.pdf
401-
// Currently I have disabled the setting into wait mode as this impacts lots of differnt
401+
// Currently I have disabled the setting into wait mode as this impacts lots of different
402402
// subsystems and it is unclear if you can or should set it generically without having
403403
// a better understanding of user intent. For example by default it will kill PWM
404404
// when in this mode, unless PWM_CTRL2_WAITEN_MASK is set, and even with this set

0 commit comments

Comments
 (0)