Update due to RTEMS printer API changes

This commit is contained in:
Sebastian Huber
2016-06-23 14:06:21 +02:00
parent 628512a031
commit 32fd702138
6 changed files with 7 additions and 2 deletions

View File

@@ -1 +1 @@
/* EMPTY */
#include <stdarg.h>

View File

@@ -44,6 +44,8 @@
#include <sys/types.h>
#include <sys/systm.h>
#include <stdarg.h>
void
panic(const char *fmt, ...)
{

View File

@@ -50,6 +50,7 @@
#include <sys/mutex.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdlib.h>
#undef printf