From 0926c47f60650923524dff5e54a37032ca947c74 Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 17 Dec 2025 16:17:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Inc/GpioPinInterface.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Inc/GpioPinInterface.h b/Inc/GpioPinInterface.h index 49ccb8f..b14c6a3 100644 --- a/Inc/GpioPinInterface.h +++ b/Inc/GpioPinInterface.h @@ -14,10 +14,6 @@ typedef struct { uint32_t pin; } tGpioPin; -void GpioPinSet(tGpioPin *pin, bool value); - -bool GpioPinGet(tGpioPin *pin); - #define GpioPinEnable(PIN) GpioPinSet(PIN,true) #define GpioPinDisable(PIN) GpioPinSet(PIN,false) #endif //ABSTRACTGPIOPIN_GPIOPININTERFACE_H