diff options
author | inmarket <inmarket@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-04 09:41:35 +0000 |
---|---|---|
committer | inmarket <inmarket@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-04 09:41:35 +0000 |
commit | 0161e72a204eaa4d999a6b96f78ae52c99b31e5f (patch) | |
tree | ddf45d35f77faa95a40da74c10a94e6cf84feb81 | |
parent | 885ff422e29de6a86cb487776be3b44f57df1b80 (diff) | |
download | ChibiOS-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
-rw-r--r-- | os/hal/platforms/AT91SAM7/pwm_lld.h | 9 |
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
* @{
|