1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00

boards/nucleo-f103: fixed timer config formatting

This commit is contained in:
Hauke Petersen 2016-12-21 14:46:51 +01:00
parent 9b312a8aae
commit 7aedb59a44

View File

@ -76,7 +76,6 @@ static const timer_conf_t timer_config[] = {
{
.dev = TIM3,
.max = 0x0000ffff,
.rcc_mask = RCC_APB1ENR_TIM3EN,
.bus = APB1,
.irqn = TIM3_IRQn