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) {