Skip to content

Commit c5d5b6b

Browse files
authored
formatted header include guards (#700)
1 parent 24d5225 commit c5d5b6b

27 files changed

Lines changed: 27 additions & 27 deletions

File tree

src/ce/include/intce.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ void int_SetVector(uint8_t ivect, void (*handler)(void));
9797
}
9898
#endif
9999

100-
#endif
100+
#endif /* _INTCE_H */

src/ce/include/sys/basicusb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ int8_t os_USBGetRequestStatus(void);
5656
}
5757
#endif
5858

59-
#endif
59+
#endif /* SYS_BASIC_USB_H */

src/ce/include/sys/lcd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ do { \
213213
}
214214
#endif
215215

216-
#endif
216+
#endif /* SYS_LCD_H */

src/ce/include/sys/power.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ uint8_t boot_BatteryCharging(void);
8383
}
8484
#endif
8585

86-
#endif
86+
#endif /* SYS_POWER_H */

src/ce/include/sys/rtc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ do { \
211211
}
212212
#endif
213213

214-
#endif
214+
#endif /* SYS_RTC_H */

src/ce/include/sys/timers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,4 @@ void boot_WaitShort(void);
255255
}
256256
#endif
257257

258-
#endif
258+
#endif /* SYS_TIMERS_H */

src/ce/include/sys/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ uint32_t atomic_load_decreasing_32(volatile uint32_t *p);
9898
}
9999
#endif
100100

101-
#endif
101+
#endif /* SYS_UTIL_H */

src/ce/include/ti/error.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ void os_PopErrorHandler(void);
125125
}
126126
#endif
127127

128-
#endif
128+
#endif /* TI_ERROR_H */

src/ce/include/ti/flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,4 +351,4 @@ bool os_TestFlagBitsFast(uint16_t offset_pattern);
351351
}
352352
#endif
353353

354-
#endif
354+
#endif /* TI_FLAGS_H */

src/ce/include/ti/getcsc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ typedef uint8_t sk_key_t;
146146
}
147147
#endif
148148

149-
#endif
149+
#endif /* TI_GETCSC_H */

0 commit comments

Comments
 (0)