diff options
author | Oxore <oxore@protonmail.com> | 2023-03-03 00:02:25 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-03 00:24:54 +0300 |
commit | 2a260911f5abc4e03cb41474a49e01a571395155 (patch) | |
tree | a2342b619430d52c06cc90f37ad19b1eba3b7a10 /Libraries/LTimers/ltimers.h | |
parent | d16620e6ba7467e9ef99bf61336ccd8fb4dfd813 (diff) |
Remove precious comments, change encoding to utf-8
Diffstat (limited to 'Libraries/LTimers/ltimers.h')
-rw-r--r-- | Libraries/LTimers/ltimers.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Libraries/LTimers/ltimers.h b/Libraries/LTimers/ltimers.h index a0370b2..4514841 100644 --- a/Libraries/LTimers/ltimers.h +++ b/Libraries/LTimers/ltimers.h @@ -3,10 +3,10 @@ #include <stdint.h> -// Èìåíà òàéìåðîâ LTIMER_<TIMERNAME> ---------------------------------------- // +// Имена таймеров LTIMER_<TIMERNAME> ---------------------------------------- // typedef enum { - - LTIMER_SENSE_PAD = 0, + + LTIMER_SENSE_PAD = 0, LTIMER_PRGBAR_SPEED, LTIMER_HL_CHANGE_BRIGHT_SPEED, LTIMER_HL_BUT_LED, @@ -16,9 +16,9 @@ typedef enum { LTIMER_MENU_ADJ_TIME_OUT, LTIMER_LIGHT_SENSOR, LTIMER_SENSOR_BUT_DEBOUNCE, - - MAX_LTIMERS - + + MAX_LTIMERS + } LTimersNames_t; void InitLTimers ( void ); |