mirror of
https://github.com/google/pebble.git
synced 2025-07-04 22:00:38 -04:00
spelling: independent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
423a462ce0
commit
294f626792
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FreeRTOS lets us create tasks, which are independant threads of execution. We create a few ourselves, and more are created internally by FreeRTOS. We have pre-emption enabled in our FreeRTOS configuration, so we must be mindful of which other tasks are mucking with the same data. This document describes the tasks that exist in our system.
|
||||
FreeRTOS lets us create tasks, which are independent threads of execution. We create a few ourselves, and more are created internally by FreeRTOS. We have pre-emption enabled in our FreeRTOS configuration, so we must be mindful of which other tasks are mucking with the same data. This document describes the tasks that exist in our system.
|
||||
|
||||
FreeRTOS Tasks
|
||||
==============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue