We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319e909 commit ba4a1ecCopy full SHA for ba4a1ec
boards/cubepilot/io-v2/src/timer_config.cpp
@@ -35,8 +35,8 @@
35
36
constexpr io_timers_t io_timers[MAX_IO_TIMERS] = {
37
initIOTimer(Timer::Timer2),
38
- initIOTimer(Timer::Timer3),
39
initIOTimer(Timer::Timer4),
+ initIOTimer(Timer::Timer3),
40
};
41
42
constexpr timer_io_channels_t timer_io_channels[MAX_TIMER_IO_CHANNELS] = {
boards/px4/io-v2/src/timer_config.cpp
0 commit comments