From 4b027db5cd4ca0ceaf83ddb92cb4fb6da314ca68 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 14 Dec 2019 14:29:47 -0800 Subject: [PATCH] Update NeoNrf52xMethod.h (#318) --- src/internal/NeoNrf52xMethod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/NeoNrf52xMethod.h b/src/internal/NeoNrf52xMethod.h index 1014701a..a5b4a0d2 100644 --- a/src/internal/NeoNrf52xMethod.h +++ b/src/internal/NeoNrf52xMethod.h @@ -318,7 +318,7 @@ template 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;