summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-21 13:30:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-22 07:29:26 +0200
commit506bfc8580c365c48f2200772ddd0985e661ae34 (patch)
tree66f6c17573377ee1e14556d102df974db66e2a23 /testsuites/samples/hello/init.c
parentMake rtems/print.h independent of rtems/bspIo.h (diff)
downloadrtems-506bfc8580c365c48f2200772ddd0985e661ae34.tar.bz2
Move printer initialization to separate header
The RTEMS print user need to know nothing about a particular printer implementation. In particular get rid of the <stdio.h> include which would be visible via <rtems.h>.
Diffstat (limited to 'testsuites/samples/hello/init.c')
-rw-r--r--testsuites/samples/hello/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index ea9af89940..acdabd8605 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -11,6 +11,7 @@
#include "config.h"
#endif
+#include <rtems/printer.h>
#include <rtems/test.h>
#include <bsp.h> /* for device driver prototypes */