A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix

This commit is contained in:
Adam Dunkels 2013-11-24 16:57:08 +01:00
parent 42cae1c6c9
commit bb2dcaa057
572 changed files with 1708 additions and 1708 deletions

View file

@ -44,8 +44,8 @@
\addtogroup rf230mac
*/
#ifndef __SICSLOWMAC_H__
#define __SICSLOWMAC_H__
#ifndef SICSLOWMAC_H_
#define SICSLOWMAC_H_
#include <stdbool.h>
#include <stdint.h>
@ -91,4 +91,4 @@ void byte_reverse(uint8_t * bytes, uint8_t num);
struct mac_driver * sicslowmac_get_driver(void);
parsed_frame_t * sicslowmac_get_frame(void);
#endif /* __SICSLOWMAC_H__ */
#endif /* SICSLOWMAC_H_ */