We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f102c15 commit 1312e5cCopy full SHA for 1312e5c
ports/mimxrt10xx/supervisor/port.c
@@ -398,7 +398,7 @@ void port_interrupt_after_ticks(uint32_t ticks) {
398
399
void port_idle_until_interrupt(void) {
400
// 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
+ // Currently I have disabled the setting into wait mode as this impacts lots of different
402
// subsystems and it is unclear if you can or should set it generically without having
403
// a better understanding of user intent. For example by default it will kill PWM
404
// when in this mode, unless PWM_CTRL2_WAITEN_MASK is set, and even with this set
0 commit comments