Small changes.

git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11580 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
isiora 2018-02-27 00:23:13 +00:00
parent dd1e643f70
commit e801a7980d
1 changed files with 2 additions and 3 deletions

View File

@ -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.