mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-06-10 16:45:59 +00:00
README.md aktualisiert
This commit is contained in:
parent
a8ac397a3e
commit
34a35e4bbb
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user