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
|
@ -7,8 +7,8 @@
|
|||
*
|
||||
* <!--(C) COPYRIGHT 2010 STMicroelectronics. All rights reserved. -->
|
||||
*/
|
||||
#ifndef _BOARD_H_
|
||||
#define _BOARD_H_
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
|
||||
/** @addtogroup board
|
||||
* @brief ST board abstraction layer
|
||||
|
@ -253,7 +253,7 @@ void halBoardPowerUp(void);
|
|||
*/
|
||||
void halBoardPowerDown(void);
|
||||
|
||||
#endif /* _BOARD_H_ */
|
||||
#endif /*BOARD_H_ */
|
||||
|
||||
/** @} // END addtogroup
|
||||
*/
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
* <!--(C) COPYRIGHT 2010 STMicroelectronics. All rights reserved. -->
|
||||
*/
|
||||
|
||||
#ifndef __MEMMAP_H__
|
||||
#ifndef MEMMAP_H_
|
||||
#error This header should not be included directly, use hal/micro/cortexm3/memmap.h
|
||||
#endif
|
||||
|
||||
#ifndef __STM32W108_MEMMAP_H__
|
||||
#define __STM32W108_MEMMAP_H__
|
||||
#ifndef STM32W108_MEMMAP_H_
|
||||
#define STM32W108_MEMMAP_H_
|
||||
|
||||
#define RAM_BOTTOM (0x20000000u)
|
||||
#define RAM_SIZE_B (0x2000)
|
||||
|
@ -54,4 +54,4 @@
|
|||
#define PAGE_TO_PROG_ADDR(x) ((((uint32_t)(x)) << 10)|MFB_BOTTOM)
|
||||
|
||||
|
||||
#endif //__STM32W108_MEMMAP_H__
|
||||
#endif //STM32W108_MEMMAP_H_
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __REGS_H__
|
||||
#define __REGS_H__ 1
|
||||
#ifndef REGS_H_
|
||||
#define REGS_H_ 1
|
||||
|
||||
|
||||
#define ReadRegister(a) a
|
||||
|
@ -11541,4 +11541,4 @@
|
|||
#define DATA_VENDOR_SIZE (DATA_VENDOR_END - DATA_VENDOR_BASE + 1)
|
||||
|
||||
|
||||
#endif /*__REGS_H__*/
|
||||
#endif /*REGS_H_*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue