From cb565d0734615184aa74eb76981e55ff2aaebd35 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 19 Dec 2009 10:08:08 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1441 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/pwm_lld.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os/hal/templates/pwm_lld.h') diff --git a/os/hal/templates/pwm_lld.h b/os/hal/templates/pwm_lld.h index 41f8a5ac7..0ee02824e 100644 --- a/os/hal/templates/pwm_lld.h +++ b/os/hal/templates/pwm_lld.h @@ -42,6 +42,10 @@ #define PWM_CHANNELS 1 #endif +/*===========================================================================*/ +/* Derived constants and error checks. */ +/*===========================================================================*/ + /*===========================================================================*/ /* Driver data structures and types. */ /*===========================================================================*/ -- cgit v1.2.3