mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-06-04 03:19:04 -04:00
Correct spelling in comment.
This commit is contained in:
parent
c981185506
commit
73ee7479e4
|
@ -76,7 +76,7 @@
|
|||
* is the highest priority task in the system, so while it is executing no other
|
||||
* task will execute. If the check task places the processor into a low power
|
||||
* mode without blocking then the energy consumption as viewed on the Energy
|
||||
* Micro Gecko board will go down noticibly as in effect no tasks will be running.
|
||||
* Micro Gecko board will go down noticeably as in effect no tasks will be running.
|
||||
* The check task places the processor into low power mode for two out of every
|
||||
* five seconds. The current use of low power modes is very basic. Future
|
||||
* FreeRTOS releases will aim to make significant improvements.
|
||||
|
|
Loading…
Reference in a new issue