Make rtems/print.h independent of rtems/bspIo.h

This commit is contained in:
Sebastian Huber
2016-06-21 13:12:31 +02:00
parent e8020d1914
commit ede1a4182d
14 changed files with 29 additions and 20 deletions

View File

@@ -23,6 +23,7 @@
*/
#include <rtems.h>
#include <rtems/bspIo.h>
#include <rtems/test.h>
#include <cstdio>