summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-05-31 17:37:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-05-31 17:37:05 +0000
commit7c22114bf5044e03b01fa7b63de13639fc3589b8 (patch)
tree8cd27c6026dcfd650901d8c38809a42d7290e0d0
parentfixing revision (diff)
downloadrtems-7c22114bf5044e03b01fa7b63de13639fc3589b8.tar.bz2
Corrected minor number for "Null" device driver
Diffstat (limited to '')
-rw-r--r--c/src/tests/sptests/sp21/task1.c2
-rw-r--r--testsuites/sptests/sp21/task1.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/tests/sptests/sp21/task1.c b/c/src/tests/sptests/sp21/task1.c
index 3c4b284a97..24577b8ff9 100644
--- a/c/src/tests/sptests/sp21/task1.c
+++ b/c/src/tests/sptests/sp21/task1.c
@@ -21,7 +21,7 @@
#include "system.h"
#define STUB_DRIVER_MAJOR 0x2
-#define NO_DRIVER_MAJOR 0x1
+#define NO_DRIVER_MAJOR 0x3
#define INVALID_DRIVER_MAJOR 0x5
rtems_task Task_1(
diff --git a/testsuites/sptests/sp21/task1.c b/testsuites/sptests/sp21/task1.c
index 3c4b284a97..24577b8ff9 100644
--- a/testsuites/sptests/sp21/task1.c
+++ b/testsuites/sptests/sp21/task1.c
@@ -21,7 +21,7 @@
#include "system.h"
#define STUB_DRIVER_MAJOR 0x2
-#define NO_DRIVER_MAJOR 0x1
+#define NO_DRIVER_MAJOR 0x3
#define INVALID_DRIVER_MAJOR 0x5
rtems_task Task_1(