Corrected minor number for "Null" device driver

This commit is contained in:
Joel Sherrill
1995-05-31 17:37:05 +00:00
parent fe6511014d
commit 7c22114bf5
2 changed files with 2 additions and 2 deletions

View File

@@ -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(

View File

@@ -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(