mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
simlog function declaration
This commit is contained in:
parent
4c56fce697
commit
27ac84d009
@ -26,7 +26,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: printf2log.h,v 1.3 2008/01/11 15:37:38 fros4943 Exp $
|
* $Id: printf2log.h,v 1.4 2008/02/11 18:45:18 fros4943 Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -37,6 +37,8 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "sys/log.h"
|
#include "sys/log.h"
|
||||||
|
|
||||||
|
void simlog(char*);
|
||||||
|
|
||||||
#define PRINTF2LOG_SIZE 128
|
#define PRINTF2LOG_SIZE 128
|
||||||
|
|
||||||
#define printf(...) \
|
#define printf(...) \
|
||||||
|
Loading…
Reference in New Issue
Block a user