Skip to content

Commit

Permalink
Update NeoNrf52xMethod.h (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Makuna authored Dec 14, 2019
1 parent 9fac62c commit 4b027db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/NeoNrf52xMethod.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ template<typename T_SPEED, typename T_BUS> class NeoNrf52xMethodBase
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;

Expand Down

0 comments on commit 4b027db

Please sign in to comment.