Files
2014-04-10 12:20:24 +00:00

15 lines
242 B
C

/*
* Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/
#include <ppsi/ppsi.h>
#include "wrpc.h"
#include "uart.h" /* wrpc-sw */
void pp_puts(const char *s)
{
uart_write_string(s);
}