stm32f0: timers: input capture support rising/falling edges

This is common code for f0234, keep renaming files as has become standard, even
if it's a suboptimal solution.  This doesn't rename the header which was not
renamed for f3.

Reported-by: https://github.com/gtoonstra
This commit is contained in:
Karl Palsson
2014-11-14 23:05:01 +00:00
parent 6f30e76c61
commit 614c700edb
6 changed files with 5 additions and 5 deletions

View File

@@ -32,6 +32,6 @@
#ifndef LIBOPENCM3_TIMER_H
#define LIBOPENCM3_TIMER_H
#include <libopencm3/stm32/common/timer_common_all.h>
#include <libopencm3/stm32/common/timer_common_f24.h>
#endif