Skip to content

Commit e42d1eb

Browse files
authored
Improve tip for xTaskCreateUniversal usage
Clarified tip for using xTaskCreateUniversal() and fixed typos.
1 parent d70cd70 commit e42d1eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/esp-idf.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ Guidelines:
682682
#endif
683683
```
684684

685-
Tip: xTaskCreateUniversal() - from arduino-esp32 - can be used to avoid the conditionsal on `SOC_CPU_CORES_NUM`. It has the same signature as ``xTaskCreatePinnedToCore()`` , but automaticially falls back to xTaskCreate() on sigle-core MCU's.
685+
**Tip: use xTaskCreateUniversal()** - from arduino-esp32 - to avoid the conditional on `SOC_CPU_CORES_NUM`. This fuction has the same signature as ``xTaskCreatePinnedToCore()`` , but automaticially falls back to ``xTaskCreate()`` on sigle-core MCU's.
686686

687687
### `delay()`, `yield()`, and the IDLE task
688688

0 commit comments

Comments
 (0)