formating

This commit is contained in:
Michael Miller
2024-03-18 11:25:39 -07:00
parent 5563ee0e42
commit 07ae6cf4b3

View File

@@ -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