Skip to content
Snippets Groups Projects
Commit 25440e70 authored by patacongo's avatar patacongo
Browse files

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
parent 7e93d78f
No related branches found
No related tags found
No related merge requests found
/************************************************************************** /**************************************************************************
* apps/examples/ostest/mqueue.c * apps/examples/ostest/mqueue.c
* *
* Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr> * Author: Gregory Nutt <gnutt@nuttx.org>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
...@@ -219,7 +219,7 @@ static void *receiver_thread(void *arg) ...@@ -219,7 +219,7 @@ static void *receiver_thread(void *arg)
} }
else else
{ {
printf("receiver_thread: mq_receive interrupted!\n", i); printf("receiver_thread: mq_receive interrupted!\n");
} }
} }
else if (nbytes != TEST_MSGLEN) else if (nbytes != TEST_MSGLEN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment