From afc9cc84deb1ab2093501f5d5595f0d01f03e42f Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Thu, 14 Jan 2010 23:20:33 +0100 Subject: Typo fixes in timer. --- include/libopenstm32/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libopenstm32/timer.h') diff --git a/include/libopenstm32/timer.h b/include/libopenstm32/timer.h index e33dc6e..0249bc4 100644 --- a/include/libopenstm32/timer.h +++ b/include/libopenstm32/timer.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#ifndef LIBOPENSTM32_GPIO_H -#define LIBOPENSTM32_GPIO_H +#ifndef LIBOPENSTM32_TIMER_H +#define LIBOPENSTM32_TIMER_H #include @@ -377,7 +377,7 @@ #define TIM_DIER_CC1DE (1 << 9) /* UDE: Update DMA request enable */ -#define TIM_DIER_BIE (1 << 8) +#define TIM_DIER_UDE (1 << 8) /* BIE: Break interrupt enable */ #define TIM_DIER_BIE (1 << 7) -- cgit v1.2.3