2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>

* psxspin01/test.c: Remove unnecessary defines.
This commit is contained in:
Joel Sherrill
2009-07-20 01:09:40 +00:00
parent 3d36b370dd
commit 7c6375bbdb
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxspin01/test.c: Remove unnecessary defines.
2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx11/init.c: Use explicit scheduler.

View File

@@ -20,8 +20,6 @@
#include <rtems.h> /* for task creation */
#define NUMBER_THREADS 2
pthread_t ThreadIds[NUMBER_THREADS];
pthread_spinlock_t Spinlock;
volatile int mainThreadSpinning;