README.md aktualisiert

This commit is contained in:
dario 2023-12-20 21:12:54 +00:00
parent a8ac397a3e
commit 34a35e4bbb

View File

@ -11,7 +11,7 @@ Properties -> C/C++ General -> Paths and Symbols -> Includes -> GNU C++ -> Add..
Properties -> C/C++ General -> Paths and Symbols -> Source Location -> Add Folder...
```
Create a new thread via the project's IOC and call startALPAKA() from this thread. If your thread is called `defaultTask`, the corresponding `StartDefaultTask` generated in `Core/Src/freertos.c` should look like this:
Create a new thread via the project's IOC and call `startALPAKA()` from this thread. If your thread is called `defaultTask`, the corresponding function `StartDefaultTask` generated in `Core/Src/freertos.c` should look like this:
```
void StartDefaultTask(void *argument)
{