aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c')
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c b/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c
index 83bf6e52e..c69490855 100644
--- a/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c
+++ b/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.c
@@ -104,8 +104,8 @@ static Tc *tcp;
#if (SAMA_ST_USE_TC0 || SAMA_ST_USE_TC1) || defined(__DOXYGEN__)
/**
* @brief System Timer vector.
- * @details This interrupt is used for system tick in periodic or free running
- * mode, generated by TCx timer
+ * @details This interrupt is used both in periodic or free running
+ * mode, generated by TCx timer.
*
* @isr
*/
@@ -185,7 +185,6 @@ void st_lld_init(void) {
#endif
tcDisableWP(tcp);
-
#if OSAL_ST_MODE == OSAL_ST_MODE_FREERUNNING
/* Initializing the timer counter in free running mode.