1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32f1/periph
Kaspar Schleiser f584bd6921 cpu: stm32f1: fix timer auto reload value
Previously, the auto-reload register was set to TIMERx_MAXVALUE. This is
incorrect, as TIMERx combines two 16bit timers.

This commit fixes the assignment.
2015-07-30 14:35:27 +02:00
..
cpuid.c global: renamed cpu-conf.h into cpu_conf.h 2015-05-28 15:45:05 +02:00
gpio.c cpu/stm32f1: adjusted to changed GPIO interface 2015-06-12 19:10:49 +02:00
i2c.c periph/i2c: added means to make I2C thread-safe 2015-01-19 12:18:03 +01:00
Makefile cpu: initial import of stm32f1 2014-08-21 17:53:37 +02:00
rtt.c everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
spi.c everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
timer.c cpu: stm32f1: fix timer auto reload value 2015-07-30 14:35:27 +02:00
uart.c everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00