From 448e6fc68a9e0f77f43eaa194daa4666159ba783 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Sat, 22 Oct 2022 20:13:53 +0300 Subject: [PATCH] pwm: switch to arduino provider (temporarily?) generic pwm causes hwdt, needs investigation --- code/espurna/config/general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 785ff829..260bbd38 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -1741,7 +1741,7 @@ #endif #ifndef PWM_PROVIDER -#define PWM_PROVIDER PWM_PROVIDER_GENERIC // Currently, two software PWM providers are supported +#define PWM_PROVIDER PWM_PROVIDER_ARDUINO // Currently, two software PWM providers are supported // - PWM_PROVIDER_GENERIC (default) // - PWM_PROVIDER_ARDUINO #endif