diff options
Diffstat (limited to 'os/hal')
-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
* @{
|