Обновление

This commit is contained in:
cfif 2026-02-12 17:13:38 +03:00
parent 82beb2ab69
commit ffc5330b0d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
typedef enum typedef enum
{ {
GPIO_OPEN_DRAIN = 0, GPIO_OPEN = 0,
GPIO_PUSH_PULL = 1 GPIO_PUSH_PULL = 1
} eType_PUSH_PULL_OPEN_DARIN; } eType_PUSH_PULL_OPEN_DARIN;