Fixed bug 3351556.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3108 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2011-07-03 15:29:13 +00:00
parent 30dd0fdc16
commit 83c5424c5f
6 changed files with 6 additions and 0 deletions

View File

@ -143,6 +143,7 @@ static void cmd_threads(BaseChannel *chp, int argc, char *argv[]) {
"SNDMSGQ", "SNDMSGQ",
"SNDMSG", "SNDMSG",
"WTMSG", "WTMSG",
"WTQUEUE",
"FINAL" "FINAL"
}; };
Thread *tp; Thread *tp;

View File

@ -143,6 +143,7 @@ static void cmd_threads(BaseChannel *chp, int argc, char *argv[]) {
"SNDMSGQ", "SNDMSGQ",
"SNDMSG", "SNDMSG",
"WTMSG", "WTMSG",
"WTQUEUE",
"FINAL" "FINAL"
}; };
Thread *tp; Thread *tp;

View File

@ -131,6 +131,7 @@ static void cmd_threads(BaseChannel *chp, int argc, char *argv[]) {
"SNDMSGQ", "SNDMSGQ",
"SNDMSG", "SNDMSG",
"WTMSG", "WTMSG",
"WTQUEUE",
"FINAL" "FINAL"
}; };
Thread *tp; Thread *tp;

View File

@ -208,6 +208,7 @@ static void cmd_threads(BaseChannel *chp, int argc, char *argv[]) {
"SNDMSGQ", "SNDMSGQ",
"SNDMSG", "SNDMSG",
"WTMSG", "WTMSG",
"WTQUEUE",
"FINAL" "FINAL"
}; };
Thread *tp; Thread *tp;

View File

@ -58,6 +58,7 @@ static void cmd_threads(BaseChannel *chp, int argc, char *argv[]) {
"SNDMSGQ", "SNDMSGQ",
"SNDMSG", "SNDMSG",
"WTMSG", "WTMSG",
"WTQUEUE",
"FINAL" "FINAL"
}; };
Thread *tp; Thread *tp;

View File

@ -71,6 +71,7 @@
***************************************************************************** *****************************************************************************
*** 2.3.3 *** *** 2.3.3 ***
- FIX: Fixed missing state in shell demos (bug 3351556)(backported to 2.2.7).
- FIX: Fixed race condition in Cortex-Mx ports (bug 3317500)(backported - FIX: Fixed race condition in Cortex-Mx ports (bug 3317500)(backported
to 2.2.6). to 2.2.6).
- FIX: Fixed wrong macro check in STM32 UART driver (bug 3311999)(backported - FIX: Fixed wrong macro check in STM32 UART driver (bug 3311999)(backported