mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
fix(pr26902): scope cleanup and copyright attribution
This commit is contained in:
committed by
David Sidrane
parent
fffd434068
commit
b53036c2d7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user