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

This commit is contained in:
gdisirio 2009-12-21 13:17:28 +00:00
parent 386fb08bd2
commit 4d41c9904f
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
*/
EventSource shell_terminated;
#if defined(WIN32)
/*
* MinGW does not seem to have this function...
*/
@ -58,6 +59,7 @@ static char *strtok_r(char *str, const char *delim, char **saveptr) {
return *token ? token : NULL;
}
#endif
static void usage(BaseChannel *chp, char *p) {