mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
Cleanup of the ContikiMAC code; removed the old an unused announcement code
This commit is contained in:
parent
61ef9b6fc3
commit
bd951031ef
@ -33,13 +33,13 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \file
|
* \file
|
||||||
* The Contiki power-saving MAC protocol (ContikiMAC)
|
* Header file for the ContikiMAC radio duty cycling protocol
|
||||||
* \author
|
* \author
|
||||||
* Adam Dunkels <adam@sics.se>
|
* Adam Dunkels <adam@sics.se>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONTIKIMAC_H__
|
#ifndef CONTIKIMAC_H
|
||||||
#define __CONTIKIMAC_H__
|
#define CONTIKIMAC_H
|
||||||
|
|
||||||
#include "sys/rtimer.h"
|
#include "sys/rtimer.h"
|
||||||
#include "net/mac/rdc.h"
|
#include "net/mac/rdc.h"
|
||||||
@ -47,4 +47,4 @@
|
|||||||
|
|
||||||
extern const struct rdc_driver contikimac_driver;
|
extern const struct rdc_driver contikimac_driver;
|
||||||
|
|
||||||
#endif /* __CONTIKIMAC_H__ */
|
#endif /* CONTIKIMAC_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user