boards/px4/io-v2: swap timer definitions

So that the ordering of the generated params make more sense.
TIM1 is now for channels 2-4 instead of 5-8.
This commit is contained in:
Beat Küng 2021-10-05 13:23:11 +02:00 committed by Daniel Agar
parent 319e90961b
commit ba4a1ec6c4
2 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@
constexpr io_timers_t io_timers[MAX_IO_TIMERS] = {
initIOTimer(Timer::Timer2),
initIOTimer(Timer::Timer3),
initIOTimer(Timer::Timer4),
initIOTimer(Timer::Timer3),
};
constexpr timer_io_channels_t timer_io_channels[MAX_TIMER_IO_CHANNELS] = {

View File

@ -35,8 +35,8 @@
constexpr io_timers_t io_timers[MAX_IO_TIMERS] = {
initIOTimer(Timer::Timer2),
initIOTimer(Timer::Timer3),
initIOTimer(Timer::Timer4),
initIOTimer(Timer::Timer3),
};
constexpr timer_io_channels_t timer_io_channels[MAX_TIMER_IO_CHANNELS] = {