Merge pull request #105 from DavidLin1577/patch-1

Fixed typo 'context-swith' in tos_evtdrv_sys.h
This commit is contained in:
Arthur
2020-02-28 10:13:51 +08:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ typedef void (*k_evtdrv_poll_t)(void);
/** /**
* @brief Initialize the event-driven system. * @brief Initialize the event-driven system.
* *
* @attention event-driven is a simplified schedule model to support the none-context-swith-based multi-task programming.("the big while 1") * @attention event-driven is a simplified schedule model to support the none-context-switch-based multi-task programming.("the big while 1")
* must enable TOS_CFG_MMHEAP_EN to use event-driven. * must enable TOS_CFG_MMHEAP_EN to use event-driven.
* *
* @param[in] tasks array of the tasks. * @param[in] tasks array of the tasks.