From ffc5330b0dc689c2f590d49ae68e653003d60eed Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 12 Feb 2026 17:13:38 +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/GpioPin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inc/GpioPin.h b/Inc/GpioPin.h index 19f78da..4460466 100644 --- a/Inc/GpioPin.h +++ b/Inc/GpioPin.h @@ -17,7 +17,7 @@ typedef enum { - GPIO_OPEN_DRAIN = 0, + GPIO_OPEN = 0, GPIO_PUSH_PULL = 1 } eType_PUSH_PULL_OPEN_DARIN;