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
|
@ -55,8 +55,8 @@
|
|||
* the 3xx and 4xx families of the pic32mx.
|
||||
*/
|
||||
|
||||
#ifndef __INCLUDE_PIC32_TIMER_H__
|
||||
#define __INCLUDE_PIC32_TIMER_H__
|
||||
#ifndef INCLUDE_PIC32_TIMER_H_
|
||||
#define INCLUDE_PIC32_TIMER_H_
|
||||
|
||||
#ifdef __USE_TIMER__
|
||||
|
||||
|
@ -138,6 +138,6 @@ TIMERN_32_DEF(45)
|
|||
|
||||
#endif /* __USE_TIMER__ */
|
||||
|
||||
#endif /* __INCLUDE_PIC32_TIMER_H__ */
|
||||
#endif /* INCLUDE_PIC32_TIMER_H_ */
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue