Skip to content

Commit

Permalink
fixup! boards/common/stm32: add periph_timer_capture config
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Mar 28, 2024
1 parent 2af5f89 commit c26a460
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/common/stm32/include/cfg_timer_tim5_and_tim2.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ static const timer_conf_t timer_config[] = {
},
};

/**
* @brief Timer capture configuration for above timers
*/
static const timer_capture_conf_t timer_capture_config[] = {
{
.inputs = {
Expand Down

0 comments on commit c26a460

Please sign in to comment.