From 52e34df5767ed023955d295cc118d92bb42cff46 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 19 Aug 2013 14:26:38 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6181 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/st_lld.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/hal') diff --git a/os/hal/platforms/STM32/st_lld.h b/os/hal/platforms/STM32/st_lld.h index ac17d7ff7..78929cac5 100644 --- a/os/hal/platforms/STM32/st_lld.h +++ b/os/hal/platforms/STM32/st_lld.h @@ -27,6 +27,8 @@ #if (OSAL_ST_MODE != OSAL_ST_MODE_NONE) || defined(__DOXYGEN__) +#include "stm32_tim.h" + /*===========================================================================*/ /* Driver constants. */ /*===========================================================================*/ -- cgit v1.2.3