mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-26 15:54:00 +08:00
2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sp09/screen02.c: Use integer value that fits into one character.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* sp09/screen02.c: Use integer value that fits into one character.
|
||||
|
||||
2011-04-04 Gedare Bloom <giddyup44@yahoo.com>
|
||||
|
||||
PR 1641/cpukit
|
||||
|
||||
@@ -135,7 +135,7 @@ void Screen2()
|
||||
puts( "TA1 - rtems_clock_get - RTEMS_INVALID_ADDRESS" );
|
||||
|
||||
/* arbitrary bad value for switch */
|
||||
status = rtems_clock_get( 0x100, &tv );
|
||||
status = rtems_clock_get( 0xff, &tv );
|
||||
fatal_directive_status(
|
||||
status,
|
||||
RTEMS_INVALID_NUMBER,
|
||||
|
||||
Reference in New Issue
Block a user