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:
parent
42cae1c6c9
commit
bb2dcaa057
572 changed files with 1708 additions and 1708 deletions
|
@ -30,8 +30,8 @@
|
|||
*
|
||||
*
|
||||
*/
|
||||
#ifndef __TELNET_H__
|
||||
#define __TELNET_H__
|
||||
#ifndef TELNET_H_
|
||||
#define TELNET_H_
|
||||
|
||||
#include "contiki-net.h"
|
||||
|
||||
|
@ -57,4 +57,4 @@ void telnet_sent(struct telnet_state *s);
|
|||
void telnet_aborted(struct telnet_state *s);
|
||||
void telnet_timedout(struct telnet_state *s);
|
||||
void telnet_newdata(struct telnet_state *s, char *data, uint16_t len);
|
||||
#endif /* __TELNET_H__ */
|
||||
#endif /* TELNET_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue