fix(pr26902): scope cleanup and copyright attribution

This commit is contained in:
Ashwani Sihag
2026-04-02 12:07:13 +05:30
committed by David Sidrane
parent fffd434068
commit b53036c2d7
7 changed files with 22 additions and 22 deletions
@@ -47,12 +47,12 @@ __BEGIN_DECLS
#ifdef BOARD_NUM_IO_TIMERS
#define MAX_IO_TIMERS BOARD_NUM_IO_TIMERS
#else
#define MAX_IO_TIMERS 4
#define MAX_IO_TIMERS 2
#endif
#if DIRECT_PWM_OUTPUT_CHANNELS > 8
#define MAX_TIMER_IO_CHANNELS DIRECT_PWM_OUTPUT_CHANNELS
#else
#define MAX_TIMER_IO_CHANNELS 16
#define MAX_TIMER_IO_CHANNELS 8
#endif
#define MAX_LED_TIMERS 2