Skip to content

Commit

Permalink
boards/stm32g0316-disco: set TIMER_0_MAX_VALUE
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Feb 4, 2024
1 parent 85cfcaf commit 0cdbde8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/stm32g0316-disco/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ static const timer_conf_t timer_config[] = {
};

#define TIMER_0_ISR isr_tim1_cc
#define TIMER_0_MAX_VALUE 0xffff

#define TIMER_NUMOF ARRAY_SIZE(timer_config)
/** @} */
Expand Down

0 comments on commit 0cdbde8

Please sign in to comment.