Replaced NETSIM macro with general (and now actually working) solution in Makefile.include.
This commit is contained in:
parent
7ac49a573b
commit
7cf3165155
13 changed files with 66 additions and 66 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: shell-rime-netcmd.c,v 1.4 2008/08/15 18:58:42 adamdunkels Exp $
|
||||
* $Id: shell-rime-netcmd.c,v 1.5 2008/11/17 22:52:10 oliverschmidt Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -54,9 +54,9 @@
|
|||
|
||||
#include "net/rime/timesynch.h"
|
||||
|
||||
#if NETSIM
|
||||
#if CONTIKI_TARGET_NETSIM
|
||||
#include "ether.h"
|
||||
#endif /* NETSIM */
|
||||
#endif /* CONTIKI_TARGET_NETSIM */
|
||||
|
||||
#include <stdio.h>
|
||||
#ifndef HAVE_SNPRINTF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue