From 0b8fd860fa71b35bfe0a242471d3bc4b56c93089 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 7 Dec 2009 16:13:01 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1381 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/halconf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'os/hal/templates/halconf.h') diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index 35948950b..f173a3fa3 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -55,6 +55,13 @@ #define CH_HAL_USE_MAC TRUE #endif +/** + * @brief Enables the PWM subsystem. + */ +#if !defined(CH_HAL_USE_PWM) || defined(__DOXYGEN__) +#define CH_HAL_USE_PWM TRUE +#endif + /** * @brief Enables the SERIAL subsystem. */ -- cgit v1.2.3