Update NeoNrf52xMethod.h (#318)

This commit is contained in:
Michael Miller
2019-12-14 14:29:47 -08:00
committed by GitHub
parent 9fac62ce7f
commit 4b027db5cd

View File

@ -318,7 +318,7 @@ private:
T_BUS::Pwm()->SEQ[1].REFRESH = 0; // ignored
T_BUS::Pwm()->SEQ[1].ENDDELAY = 0; // ignored
// stop when the look finishes
// stop when the loop finishes
T_BUS::Pwm()->SHORTS = PWM_SHORTS_LOOPSDONE_STOP_Msk;
T_BUS::Pwm()->INTEN = 0;