aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SAMA/SAMA5D2x
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/SAMA/SAMA5D2x')
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.c4
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.c b/os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.c
index c4b73d6ea..26874472f 100644
--- a/os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.c
+++ b/os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.c
@@ -16,7 +16,7 @@
/**
* @file SAMA5D2x/hal_tc_lld.c
- * @brief SAMA TC subsystem low level driver header.
+ * @brief SAMA TC support code.
*
* @addtogroup TC
* @{
@@ -384,8 +384,6 @@ void tcChangeChannelFrequency(TCDriver *tcp,
}
/**
* @brief TC Driver initialization.
- * @note This function is implicitly invoked by @p halInit(), there is
- * no need to explicitly initialize the driver.
*
* @init
*/
diff --git a/os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.h b/os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.h
index efa0621fe..ec161b49c 100644
--- a/os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.h
+++ b/os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.h
@@ -353,3 +353,5 @@ extern "C" {
#endif /* HAL_USE_TC */
#endif /* HAL_TC_LLD_H */
+
+/** @} */