Skip to content

Commit a326e22

Browse files
Riksu9000JF002
authored andcommitted
Add line break
1 parent 3375c4e commit a326e22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/code/Intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ It also starts the **task "displayapp"**, which is responsible for launching and
2222
You can find the "displayapp" task inside [displayapp/DisplayApp.cpp](/src/displayapp/DisplayApp.cpp).
2323
There are also other tasks that are responsible for Bluetooth ("ll" and "ble" inside [libs/mynewt-nimble/porting/npl/freertos/src/nimble_port_freertos.c](/src/libs/mynewt-nimble/porting/npl/freertos/src/nimble_port_freertos.c))
2424
and periodic tasks like heartrate measurements ([heartratetask/HeartRateTask.cpp](/src/heartratetask/HeartRateTask.cpp)).
25+
2526
While it is possible for you to create your own task when you need it, it is recommended to just add functionality to `SystemTask::Work()` if possible.
2627
If you absolutely need to create another task, try to guess how much [stack space](https://www.freertos.org/FAQMem.html#StackSize) (in words/4-byte packets)
2728
it will need instead of just typing in a large-ish number.

0 commit comments

Comments
 (0)