diff options
| author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-07 11:44:29 +0000 | 
|---|---|---|
| committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-07 11:44:29 +0000 | 
| commit | abd7611bbadd74fd55a465101a02b0ece59aba08 (patch) | |
| tree | c7bdd92a353227fa3282bf256cf8ab6995d2eea7 /os/rt | |
| parent | 22bb52a091a2e8d5521418b07c26c5608eb62f30 (diff) | |
| download | ChibiOS-abd7611bbadd74fd55a465101a02b0ece59aba08.tar.gz ChibiOS-abd7611bbadd74fd55a465101a02b0ece59aba08.tar.bz2 ChibiOS-abd7611bbadd74fd55a465101a02b0ece59aba08.zip  | |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8858 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt')
| -rw-r--r-- | os/rt/include/chschd.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chschd.h b/os/rt/include/chschd.h index 93b72ec31..18412ccc1 100644 --- a/os/rt/include/chschd.h +++ b/os/rt/include/chschd.h @@ -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. */
  | 
