summaryrefslogtreecommitdiffstats
path: root/task_priority/empty.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-23 16:05:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-23 16:05:13 +0000
commit6e8632f3a2e1ffb9d42a78aa78c268577aebe579 (patch)
tree38037e5a2556de40e3621fa9698e9b09dcba7f17 /task_priority/empty.c
parent2008-07-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-6e8632f3a2e1ffb9d42a78aa78c268577aebe579.tar.bz2
2008-07-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* empty.c, task_priority.adb: Switch to 150/151. Clean up output.
Diffstat (limited to 'task_priority/empty.c')
-rw-r--r--task_priority/empty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/task_priority/empty.c b/task_priority/empty.c
index b5413c2..a64c828 100644
--- a/task_priority/empty.c
+++ b/task_priority/empty.c
@@ -5,7 +5,7 @@
int getPriority()
{
#if defined(__rtems__)
- printk( "ID=0x%08x\n", _Thread_Executing->Object.id );
+ printk( "ID=0x%08x ", _Thread_Executing->Object.id );
return (int)_Thread_Executing->current_priority;
#endif