Fix an PIC32 error in scheduling of signal handlers

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4229 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-12-26 16:24:43 +00:00
parent 7e93d78fc7
commit 25440e70b2

View File

@ -1,8 +1,8 @@
/**************************************************************************
* apps/examples/ostest/mqueue.c
*
* Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
* Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -219,7 +219,7 @@ static void *receiver_thread(void *arg)
}
else
{
printf("receiver_thread: mq_receive interrupted!\n", i);
printf("receiver_thread: mq_receive interrupted!\n");
}
}
else if (nbytes != TEST_MSGLEN)