From 34a35e4bbbfc16e8173f37a2902cc9a8436e6e59 Mon Sep 17 00:00:00 2001 From: dario Date: Wed, 20 Dec 2023 21:12:54 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad0d4dd..152f808 100644 --- a/README.md +++ b/README.md @@ -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) {