Open
Description
Some complex project uses that timers "manually" but init() in wiring.c always initializes them to PWM. Why not to surround code (lines 284-327 in wiring.c) with #if ! defined(SKIP_TIMER1_INIT) / #endif so one can define such "magical" constants and escape from unneeded code. Now I forced to patch some of that files to adopt to my projects
Metadata
Metadata
Assignees
Labels
No labels