git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@8856 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-02-07 11:44:27 +00:00
parent d6e265a0aa
commit 75f0dccae8
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
#define CH_STATE_SNDMSGQ (tstate_t)12 /**< @brief Sending a message,
in queue. */
#define CH_STATE_SNDMSG (tstate_t)13 /**< @brief Sent a message,
waiting answer. */
waiting answer. */
#define CH_STATE_WTMSG (tstate_t)14 /**< @brief Waiting for a
message. */
#define CH_STATE_FINAL (tstate_t)15 /**< @brief Thread terminated. */