From 1862a95a8e72ac011dca67ff5f3fdf366c9349c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9D=D0=BE=D0=B2=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2?= <stud126169@vyatsu.ru> Date: Fri, 2 Feb 2024 16:45:46 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Encoder.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Encoder.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Encoder.h b/Encoder.h index 6f6e3fd..e409811 100644 --- a/Encoder.h +++ b/Encoder.h @@ -1,8 +1,8 @@ -#ifndef Encoder_h -#define Encoder_h -#include <stdint.h> - -void encoder_Initialization(); -int32_t get_encoder_value(); - -#endif /*Encoder_h*/ +#ifndef Encoder_h +#define Encoder_h +#include <stdint.h> + +void encoder_Initialization(); +int get_encoder_value(); + +#endif /*Encoder_h*/