Merge pull request #462 from adamdunkels/push/no-reserved-double-inclusion-defines
Remove all leading double underscore inclusion #defines
This commit is contained in:
commit
db4cada4e7
572 changed files with 1708 additions and 1708 deletions
|
@ -45,8 +45,8 @@
|
|||
* \author Julien Abeille <jabeille@cisco.com>
|
||||
*/
|
||||
|
||||
#ifndef __SICSLOWPAN_H__
|
||||
#define __SICSLOWPAN_H__
|
||||
#ifndef SICSLOWPAN_H_
|
||||
#define SICSLOWPAN_H_
|
||||
#include "net/uip.h"
|
||||
#include "net/mac/mac.h"
|
||||
|
||||
|
@ -321,5 +321,5 @@ int sicslowpan_get_last_rssi(void);
|
|||
|
||||
extern const struct network_driver sicslowpan_driver;
|
||||
|
||||
#endif /* __SICSLOWPAN_H__ */
|
||||
#endif /* SICSLOWPAN_H_ */
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue