diff options
author | Stephane D'Alu <sdalu@sdalu.com> | 2016-02-06 20:14:32 +0100 |
---|---|---|
committer | Stephane D'Alu <sdalu@sdalu.com> | 2016-02-06 20:14:32 +0100 |
commit | a36b59eacd63f91c521cbad1bff981a611fb66e7 (patch) | |
tree | 5b0ab5943ab5928b7cb2e88f774ede40e2247371 /os | |
parent | ed2a1f3e5c45eae6729e1cff338a4c4c6575aaed (diff) | |
download | ChibiOS-Contrib-a36b59eacd63f91c521cbad1bff981a611fb66e7.tar.gz ChibiOS-Contrib-a36b59eacd63f91c521cbad1bff981a611fb66e7.tar.bz2 ChibiOS-Contrib-a36b59eacd63f91c521cbad1bff981a611fb66e7.zip |
s/template/NRF51822/g
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/wdg_lld.c | 2 | ||||
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/wdg_lld.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/NRF51/NRF51822/wdg_lld.c b/os/hal/ports/NRF51/NRF51822/wdg_lld.c index 2641c13..0a8a4fd 100644 --- a/os/hal/ports/NRF51/NRF51822/wdg_lld.c +++ b/os/hal/ports/NRF51/NRF51822/wdg_lld.c @@ -15,7 +15,7 @@ */
/**
- * @file templates/wdg_lld.c
+ * @file NRF51822/wdg_lld.c
* @brief WDG Driver subsystem low level driver source template.
*
* @addtogroup WDG
diff --git a/os/hal/ports/NRF51/NRF51822/wdg_lld.h b/os/hal/ports/NRF51/NRF51822/wdg_lld.h index 8a3f97d..131fd21 100644 --- a/os/hal/ports/NRF51/NRF51822/wdg_lld.h +++ b/os/hal/ports/NRF51/NRF51822/wdg_lld.h @@ -15,7 +15,7 @@ */
/**
- * @file templates/wdg_lld.h
+ * @file NRF51822/wdg_lld.h
* @brief WDG Driver subsystem low level driver header template.
*
* @addtogroup WDG
|