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
|
@ -18,8 +18,8 @@
|
|||
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
|
||||
*******************************************************************************/
|
||||
|
||||
#ifndef _MEMS_H_
|
||||
#define _MEMS_H_
|
||||
#ifndef MEMS_H_
|
||||
#define MEMS_H_
|
||||
|
||||
/* Define --------------------------------------------------------------------*/
|
||||
#include "mems_regs.h"
|
||||
|
@ -59,7 +59,7 @@ boolean MEMS_GetFullScale(void);
|
|||
/* Get mems acceleration values */
|
||||
uint8_t Mems_GetValue(t_mems_data *mems_data);
|
||||
|
||||
#endif /* _MEMS_H_ */
|
||||
#endif /*MEMS_H_ */
|
||||
|
||||
/******************* (C) COPYRIGHT 2009 STMicroelectronics *****END OF FILE****/
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue