From 8b8803633d7d1596408e6d358588132bea4c7ea8 Mon Sep 17 00:00:00 2001 From: zerico <71151164+ZERICO2005@users.noreply.github.com> Date: Wed, 4 Feb 2026 13:03:55 -0700 Subject: [PATCH] formatted header include guards --- src/ce/include/intce.h | 2 +- src/ce/include/sys/basicusb.h | 2 +- src/ce/include/sys/lcd.h | 2 +- src/ce/include/sys/power.h | 2 +- src/ce/include/sys/rtc.h | 2 +- src/ce/include/sys/timers.h | 2 +- src/ce/include/sys/util.h | 2 +- src/ce/include/ti/error.h | 2 +- src/ce/include/ti/flags.h | 2 +- src/ce/include/ti/getcsc.h | 2 +- src/ce/include/ti/getkey.h | 2 +- src/ce/include/ti/graph.h | 2 +- src/ce/include/ti/info.h | 2 +- src/ce/include/ti/python.h | 2 +- src/ce/include/ti/real.h | 2 +- src/ce/include/ti/screen.h | 2 +- src/ce/include/ti/tokens.h | 2 +- src/ce/include/ti/ui.h | 2 +- src/ce/include/ti/vars.h | 2 +- src/ce/include/tice.h | 2 +- src/fatdrvce/fatdrvce.h | 2 +- src/fileioc/fileioc.h | 2 +- src/fontlibc/fontlibc.h | 2 +- src/keypadc/keypadc.h | 2 +- src/lcddrvce/lcddrvce.h | 2 +- src/libload/libload.h | 2 +- src/msddrvce/msddrvce.h | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/ce/include/intce.h b/src/ce/include/intce.h index 30051dd47..b506b0049 100644 --- a/src/ce/include/intce.h +++ b/src/ce/include/intce.h @@ -97,4 +97,4 @@ void int_SetVector(uint8_t ivect, void (*handler)(void)); } #endif -#endif +#endif /* _INTCE_H */ diff --git a/src/ce/include/sys/basicusb.h b/src/ce/include/sys/basicusb.h index 2306b1efd..59a41b74b 100644 --- a/src/ce/include/sys/basicusb.h +++ b/src/ce/include/sys/basicusb.h @@ -56,4 +56,4 @@ int8_t os_USBGetRequestStatus(void); } #endif -#endif +#endif /* SYS_BASIC_USB_H */ diff --git a/src/ce/include/sys/lcd.h b/src/ce/include/sys/lcd.h index 635aef2b9..516b08d07 100644 --- a/src/ce/include/sys/lcd.h +++ b/src/ce/include/sys/lcd.h @@ -213,4 +213,4 @@ do { \ } #endif -#endif +#endif /* SYS_LCD_H */ diff --git a/src/ce/include/sys/power.h b/src/ce/include/sys/power.h index d0a525df4..85c330578 100644 --- a/src/ce/include/sys/power.h +++ b/src/ce/include/sys/power.h @@ -83,4 +83,4 @@ uint8_t boot_BatteryCharging(void); } #endif -#endif +#endif /* SYS_POWER_H */ diff --git a/src/ce/include/sys/rtc.h b/src/ce/include/sys/rtc.h index 3af25f1d6..b8e480826 100644 --- a/src/ce/include/sys/rtc.h +++ b/src/ce/include/sys/rtc.h @@ -211,4 +211,4 @@ do { \ } #endif -#endif +#endif /* SYS_RTC_H */ diff --git a/src/ce/include/sys/timers.h b/src/ce/include/sys/timers.h index 4a6187337..54d9dec99 100644 --- a/src/ce/include/sys/timers.h +++ b/src/ce/include/sys/timers.h @@ -255,4 +255,4 @@ void boot_WaitShort(void); } #endif -#endif +#endif /* SYS_TIMERS_H */ diff --git a/src/ce/include/sys/util.h b/src/ce/include/sys/util.h index 24e5fc9ec..4db220dda 100644 --- a/src/ce/include/sys/util.h +++ b/src/ce/include/sys/util.h @@ -98,4 +98,4 @@ uint32_t atomic_load_decreasing_32(volatile uint32_t *p); } #endif -#endif +#endif /* SYS_UTIL_H */ diff --git a/src/ce/include/ti/error.h b/src/ce/include/ti/error.h index 133ed0075..2d8284d57 100644 --- a/src/ce/include/ti/error.h +++ b/src/ce/include/ti/error.h @@ -125,4 +125,4 @@ void os_PopErrorHandler(void); } #endif -#endif +#endif /* TI_ERROR_H */ diff --git a/src/ce/include/ti/flags.h b/src/ce/include/ti/flags.h index 2b2d76157..14ac6c121 100644 --- a/src/ce/include/ti/flags.h +++ b/src/ce/include/ti/flags.h @@ -351,4 +351,4 @@ bool os_TestFlagBitsFast(uint16_t offset_pattern); } #endif -#endif +#endif /* TI_FLAGS_H */ diff --git a/src/ce/include/ti/getcsc.h b/src/ce/include/ti/getcsc.h index 0f884a7de..e89d78588 100644 --- a/src/ce/include/ti/getcsc.h +++ b/src/ce/include/ti/getcsc.h @@ -146,4 +146,4 @@ typedef uint8_t sk_key_t; } #endif -#endif +#endif /* TI_GETCSC_H */ diff --git a/src/ce/include/ti/getkey.h b/src/ce/include/ti/getkey.h index f52eea03b..ee12cf270 100644 --- a/src/ce/include/ti/getkey.h +++ b/src/ce/include/ti/getkey.h @@ -889,4 +889,4 @@ uint16_t os_GetKey(void); } #endif -#endif +#endif /* TI_GETKEY_H */ diff --git a/src/ce/include/ti/graph.h b/src/ce/include/ti/graph.h index 94c5e822e..266a4e0a2 100644 --- a/src/ce/include/ti/graph.h +++ b/src/ce/include/ti/graph.h @@ -137,4 +137,4 @@ extern "C" { } #endif -#endif +#endif /* TI_GRAPH_H */ diff --git a/src/ce/include/ti/info.h b/src/ce/include/ti/info.h index 6657db60e..71c5a9117 100644 --- a/src/ce/include/ti/info.h +++ b/src/ce/include/ti/info.h @@ -70,4 +70,4 @@ const system_info_t *os_GetSystemInfo(void); } #endif -#endif +#endif /* TI_INFO_H */ diff --git a/src/ce/include/ti/python.h b/src/ce/include/ti/python.h index b9ed7b3cf..3d58848de 100644 --- a/src/ce/include/ti/python.h +++ b/src/ce/include/ti/python.h @@ -76,4 +76,4 @@ int8_t os_MSDWrite(uint8_t lun, uint8_t blockCount, uint32_t lba, uint24_t block } #endif -#endif +#endif /* TI_PYTHON_H */ diff --git a/src/ce/include/ti/real.h b/src/ce/include/ti/real.h index 6d59ae416..72051b3d0 100644 --- a/src/ce/include/ti/real.h +++ b/src/ce/include/ti/real.h @@ -244,4 +244,4 @@ real_t os_StrToReal(const char *string, char **end); } #endif -#endif +#endif /* TI_REAL_H */ diff --git a/src/ce/include/ti/screen.h b/src/ce/include/ti/screen.h index 67a5aeb4a..0dfa5dfbf 100644 --- a/src/ce/include/ti/screen.h +++ b/src/ce/include/ti/screen.h @@ -321,4 +321,4 @@ uint24_t os_GetDrawBGColor(void); } #endif -#endif +#endif /* TI_SCREEN_H */ diff --git a/src/ce/include/ti/tokens.h b/src/ce/include/ti/tokens.h index a5ce84f2b..2814ca4bf 100644 --- a/src/ce/include/ti/tokens.h +++ b/src/ce/include/ti/tokens.h @@ -1787,4 +1787,4 @@ extern "C" { } #endif -#endif +#endif /* TI_TOKENS_H */ diff --git a/src/ce/include/ti/ui.h b/src/ce/include/ti/ui.h index ca9136317..deefdc686 100644 --- a/src/ce/include/ti/ui.h +++ b/src/ce/include/ti/ui.h @@ -89,4 +89,4 @@ typedef enum { } #endif -#endif +#endif /* TI_UI_H */ diff --git a/src/ce/include/ti/vars.h b/src/ce/include/ti/vars.h index ab75bcf38..b023e1abf 100644 --- a/src/ce/include/ti/vars.h +++ b/src/ce/include/ti/vars.h @@ -555,4 +555,4 @@ int os_EvalVar(const char *name); } #endif -#endif +#endif /* TI_VARS_H */ diff --git a/src/ce/include/tice.h b/src/ce/include/tice.h index 4beda73f7..c41c83d46 100644 --- a/src/ce/include/tice.h +++ b/src/ce/include/tice.h @@ -51,4 +51,4 @@ #define asm_ClrTxtShd os_ClrTxtShd /* @endcond */ -#endif +#endif /* TICE_H */ diff --git a/src/fatdrvce/fatdrvce.h b/src/fatdrvce/fatdrvce.h index b9c49fcf0..75b967803 100644 --- a/src/fatdrvce/fatdrvce.h +++ b/src/fatdrvce/fatdrvce.h @@ -296,4 +296,4 @@ fat_error_t fat_CloseFile(fat_file_t *file); } #endif -#endif +#endif /* FATDRVCE_H */ diff --git a/src/fileioc/fileioc.h b/src/fileioc/fileioc.h index be2300593..5ef565d9b 100644 --- a/src/fileioc/fileioc.h +++ b/src/fileioc/fileioc.h @@ -672,4 +672,4 @@ void ti_CloseAll(void) __attribute__((deprecated ("Use ti_Close(handle) for each } #endif -#endif +#endif /* _FILEIOC_H */ diff --git a/src/fontlibc/fontlibc.h b/src/fontlibc/fontlibc.h index d921fc7d5..9290f8889 100644 --- a/src/fontlibc/fontlibc.h +++ b/src/fontlibc/fontlibc.h @@ -826,4 +826,4 @@ fontlib_font_t *fontlib_GetFontByStyle(const char *font_pack_name, uint8_t size_ } #endif -#endif +#endif /* _FONTLIBC_H */ diff --git a/src/keypadc/keypadc.h b/src/keypadc/keypadc.h index 41a531a71..94f06a2d2 100644 --- a/src/keypadc/keypadc.h +++ b/src/keypadc/keypadc.h @@ -401,4 +401,4 @@ typedef enum { } #endif -#endif +#endif /* _KEYPADC_H */ diff --git a/src/lcddrvce/lcddrvce.h b/src/lcddrvce/lcddrvce.h index cbd5408db..7c6a39f37 100644 --- a/src/lcddrvce/lcddrvce.h +++ b/src/lcddrvce/lcddrvce.h @@ -1083,4 +1083,4 @@ typedef struct lcd_eqctrl_params { } #endif -#endif +#endif /* LCDDRVCE_H */ diff --git a/src/libload/libload.h b/src/libload/libload.h index 75844d3b1..89e0da50d 100644 --- a/src/libload/libload.h +++ b/src/libload/libload.h @@ -18,4 +18,4 @@ _libload_library_##name; \ }) -#endif +#endif /* LIBLOAD_H */ diff --git a/src/msddrvce/msddrvce.h b/src/msddrvce/msddrvce.h index 42828eeac..90e53cc9a 100644 --- a/src/msddrvce/msddrvce.h +++ b/src/msddrvce/msddrvce.h @@ -150,4 +150,4 @@ uint8_t msd_FindPartitions(msd_t *msd, msd_partition_t *partitions, uint8_t max) } #endif -#endif +#endif /* MSDDRVCE_H */