bsps: Fix warning

This commit is contained in:
Sebastian Huber
2015-03-05 10:04:37 +01:00
parent 2c8843882d
commit b4fa5a5246

View File

@@ -17,8 +17,7 @@
#include <rtems/console.h>
static rtems_interrupt_lock console_lock =
RTEMS_INTERRUPT_LOCK_INITIALIZER( "console" );
RTEMS_INTERRUPT_LOCK_DEFINE( static, console_lock, "console" )
static rtems_device_major_number console_major = UINT32_MAX;