mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/stm32g0316-disco: set TIMER_0_MAX_VALUE
This commit is contained in:
parent
85cfcafdf6
commit
0cdbde8fb8
@ -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)
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user