From 0161e72a204eaa4d999a6b96f78ae52c99b31e5f Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 4 Mar 2013 09:41:35 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5355 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/AT91SAM7/pwm_lld.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/os/hal/platforms/AT91SAM7/pwm_lld.h b/os/hal/platforms/AT91SAM7/pwm_lld.h index cd4a85b2b..e491173ab 100644 --- a/os/hal/platforms/AT91SAM7/pwm_lld.h +++ b/os/hal/platforms/AT91SAM7/pwm_lld.h @@ -24,10 +24,13 @@ the source code for any proprietary components. See the file exception.txt for full details of how and when the exception can be applied. */ - +/* + This file has been contributed by: + Andrew Hannam aka inmarket. +*/ /** - * @file templates/pwm_lld.h - * @brief PWM Driver subsystem low level driver header template. + * @file AT91SAM7/pwm_lld.h + * @brief AT91SAM7 PWM Driver subsystem low level driver header. * * @addtogroup PWM * @{ -- cgit v1.2.3