From 07ae6cf4b3928e1aea1aeabe45f0b459ad5e97ed Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 18 Mar 2024 11:25:39 -0700 Subject: [PATCH] formating --- src/internal/methods/NeoNrf52xMethod.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/internal/methods/NeoNrf52xMethod.h b/src/internal/methods/NeoNrf52xMethod.h index 64bfae3..708febd 100644 --- a/src/internal/methods/NeoNrf52xMethod.h +++ b/src/internal/methods/NeoNrf52xMethod.h @@ -333,9 +333,9 @@ public: NeoNrf52xPwmN(NeoBusChannel channel) { NRF_PWM_Type* PWM[] = { - NRF_PWM0, - NRF_PWM1, - NRF_PWM2 + NRF_PWM0, + NRF_PWM1, + NRF_PWM2 #ifdef NRF_PWM3 ,NRF_PWM3 #endif