aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SAMA
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-03-16 15:05:28 +0000
committeredolomb <none@example.com>2018-03-16 15:05:28 +0000
commit45937b8179d364df1a186fadac7c4665db33836a (patch)
treea3a133d1a8f4ea5978348e5ec5f6510cdf1542ea /os/hal/ports/SAMA
parentae18581dd903c5b0bf1d07e7465cbebfb14597f8 (diff)
downloadChibiOS-45937b8179d364df1a186fadac7c4665db33836a.tar.gz
ChibiOS-45937b8179d364df1a186fadac7c4665db33836a.tar.bz2
ChibiOS-45937b8179d364df1a186fadac7c4665db33836a.zip
- Minor changes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11780 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/ports/SAMA')
-rw-r--r--os/hal/ports/SAMA/LLD/RTCv1/hal_rtc_lld.h2
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.c4
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/hal_tc_lld.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/SAMA/LLD/RTCv1/hal_rtc_lld.h b/os/hal/ports/SAMA/LLD/RTCv1/hal_rtc_lld.h
index a5105382f..25a5b6883 100644
--- a/os/hal/ports/SAMA/LLD/RTCv1/hal_rtc_lld.h
+++ b/os/hal/ports/SAMA/LLD/RTCv1/hal_rtc_lld.h
@@ -68,7 +68,7 @@
/*
* RTC driver system settings.
*/
-#define SAMA_RTC_IRQ_PRIORITY 7
+#define SAMA_RTC_IRQ_PRIORITY 7
/** @} */
/*===========================================================================*/
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 */
+
+/** @} */