forked from Imagelibrary/rtems
sp09: Remove partition specific parts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2009.
|
||||
* COPYRIGHT (c) 1989-2014.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -40,8 +40,6 @@ rtems_task Init(
|
||||
Queue_name[ 1 ] = rtems_build_name( 'M', 'Q', '1', ' ' );
|
||||
Queue_name[ 2 ] = rtems_build_name( 'M', 'Q', '2', ' ' );
|
||||
|
||||
Partition_name[ 1 ] = rtems_build_name( 'P', 'T', '1', ' ' );
|
||||
|
||||
Port_name[ 1 ] = rtems_build_name( 'D', 'P', '1', ' ' );
|
||||
|
||||
Period_name[ 1 ] = rtems_build_name( 'T', 'M', '1', ' ' );
|
||||
|
||||
Reference in New Issue
Block a user