aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/AT91SAM7
diff options
context:
space:
mode:
authorinmarket <inmarket@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-04 09:41:35 +0000
committerinmarket <inmarket@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-04 09:41:35 +0000
commit0161e72a204eaa4d999a6b96f78ae52c99b31e5f (patch)
treeddf45d35f77faa95a40da74c10a94e6cf84feb81 /os/hal/platforms/AT91SAM7
parent885ff422e29de6a86cb487776be3b44f57df1b80 (diff)
downloadChibiOS-0161e72a204eaa4d999a6b96f78ae52c99b31e5f.tar.gz
ChibiOS-0161e72a204eaa4d999a6b96f78ae52c99b31e5f.tar.bz2
ChibiOS-0161e72a204eaa4d999a6b96f78ae52c99b31e5f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5355 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/AT91SAM7')
-rw-r--r--os/hal/platforms/AT91SAM7/pwm_lld.h9
1 files 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
* @{