Skip to content

Commit

Permalink
Update timer_config.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroOne-Aero authored Sep 11, 2024
1 parent 1a0525e commit 93ab36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/zeroone/x6/src/timer_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ constexpr timer_io_channels_t timer_io_channels[MAX_TIMER_IO_CHANNELS] = {
initIOTimerChannel(io_timers, {Timer::Timer4, Timer::Channel3}, {GPIO::PortD, GPIO::Pin14}),
initIOTimerChannel(io_timers, {Timer::Timer12, Timer::Channel1}, {GPIO::PortH, GPIO::Pin6}),
initIOTimerChannel(io_timers, {Timer::Timer12, Timer::Channel2}, {GPIO::PortH, GPIO::Pin9}),
initIOTimerChannelCapture(io_timers, {Timer::Timer1, Timer::Channel2}, {GPIO::PeortE, GPIO::Pin11}),
initIOTimerChannelCapture(io_timers, {Timer::Timer1, Timer::Channel2}, {GPIO::PortE, GPIO::Pin11}),
};

constexpr io_timers_channel_mapping_t io_timers_channel_mapping =
Expand Down

0 comments on commit 93ab36b

Please sign in to comment.