Fix minor typos in comments
This commit is contained in:
parent
fba40c40f1
commit
a276942f59
2 changed files with 2 additions and 2 deletions
|
|
@ -295,7 +295,7 @@ void tiva_clock_reconfigure(uint32_t newrcc, uint32_t newrcc2)
|
|||
|
||||
if ((newrcc & SYSCON_RCC_BYPASS) == 0)
|
||||
{
|
||||
/* Yes, wait until l the PLL is locked */
|
||||
/* Yes, wait until the PLL is locked */
|
||||
|
||||
tiva_pll_lock();
|
||||
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ errout:
|
|||
* A: Good idea, except that existing nxtask_starthook() implementation
|
||||
* cannot be used here unless we get rid of task_create and, instead,
|
||||
* use task_init() and task_activate(). start_taskhook() could then
|
||||
* be called between task_init() and task)activate(). task_restart()
|
||||
* be called between task_init() and task_activate(). task_restart()
|
||||
* would still be an issue.
|
||||
*
|
||||
* Input Parameters:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue