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 __CONTIKI_SETTINGS_H__
|
||||
#define __CONTIKI_SETTINGS_H__
|
||||
#ifndef CONTIKI_SETTINGS_H_
|
||||
#define CONTIKI_SETTINGS_H_
|
||||
|
||||
/** @file settings.h
|
||||
* @brief Settings Manager
|
||||
|
@ -366,4 +366,4 @@ settings_set_uint64(settings_key_t key, uint64_t value)
|
|||
|
||||
#endif /* !SETTINGS_CONF_SKIP_CONVENIENCE_FUNCS */
|
||||
|
||||
#endif /* !defined(__CONTIKI_SETTINGS_H__) */
|
||||
#endif /* !defined(CONTIKI_SETTINGS_H_) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue