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
|
@ -12,8 +12,8 @@
|
|||
*@{
|
||||
*/
|
||||
|
||||
#ifndef __MICRO_COMMON_H__
|
||||
#define __MICRO_COMMON_H__
|
||||
#ifndef MICRO_COMMON_H_
|
||||
#define MICRO_COMMON_H_
|
||||
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_THIS
|
||||
#ifndef __STSTATUS_TYPE__
|
||||
|
@ -141,7 +141,7 @@ StStatus halBootloaderStart(uint8_t mode, uint8_t channel, uint16_t panId);
|
|||
#include "micro/cortexm3/micro-common.h"
|
||||
#endif
|
||||
|
||||
#endif //__MICRO_COMMON_H__
|
||||
#endif //MICRO_COMMON_H_
|
||||
|
||||
/** @} END micro group */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue