Browse Source

pwm: switch to arduino provider (temporarily?)

generic pwm causes hwdt, needs investigation
pull/2552/head
Maxim Prokhorov 1 year ago
parent
commit
448e6fc68a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/general.h

+ 1
- 1
code/espurna/config/general.h View File

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


Loading…
Cancel
Save