forked from Imagelibrary/rtems
Corrected minor number for "Null" device driver
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user