Browse Source
In VStartSimpleLinkSpawnTask we change xTaskCreate to xTaskCreateStatic so that the task is created using statically allocated memory for the TCB and stack. This means that xTaskCreate function is no longer needed (the static version is now used exclusively).pull/2165/head
Damien George
9 years ago
1 changed files with 15 additions and 0 deletions
Loading…
Reference in new issue