From f116535a69d7b1c6a5af7a2392eb7a4fb2bb7e40 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 10 Feb 2013 11:16:47 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5148 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32L1xx/hal_lld.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/hal/platforms/STM32L1xx') diff --git a/os/hal/platforms/STM32L1xx/hal_lld.h b/os/hal/platforms/STM32L1xx/hal_lld.h index db8eacf92..ef42ba6a0 100644 --- a/os/hal/platforms/STM32L1xx/hal_lld.h +++ b/os/hal/platforms/STM32L1xx/hal_lld.h @@ -278,6 +278,8 @@ #define STM32_HAS_TIM15 FALSE #define STM32_HAS_TIM16 FALSE #define STM32_HAS_TIM17 FALSE +#define STM32_HAS_TIM18 FALSE +#define STM32_HAS_TIM19 FALSE /* USART attributes.*/ #define STM32_HAS_USART1 TRUE -- cgit v1.2.3