1
0
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:
Benjamin Valentin 2024-02-04 19:38:57 +01:00
parent 85cfcafdf6
commit 0cdbde8fb8

View File

@ -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)
/** @} */