Cleanup of the node-id.h files. The node-id.h file contains
declarations of functions for setting and getting a node ID number, a functionality that exists on many platforms. Since this functionality was not considered part of the Contiki core, each platform defined its own node-id.h file. This commit attempts to clean this up by collecting the node-id.h into a core/sys/node-id.h file that replaces the old node-id.h files from the platform directories.
This commit is contained in:
parent
9392ece509
commit
ec8c7e9be0
46 changed files with 37 additions and 433 deletions
|
@ -51,7 +51,7 @@
|
|||
#include "net/mac/frame802154.h"
|
||||
|
||||
#include "dev/ds2401.h"
|
||||
#include "node-id.h"
|
||||
#include "sys/node-id.h"
|
||||
|
||||
#if WITH_UIP6
|
||||
#include "net/uip-ds6.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue