git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8858 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-02-07 11:44:29 +00:00
parent 22bb52a091
commit abd7611bba
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. */