From 069e91d239e133ec9317818125a25f7bf564b781 Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 16 Dec 2025 11:17:03 +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/AdcIO.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Inc/AdcIO.h b/Inc/AdcIO.h index 4be0d73..21ceab0 100644 --- a/Inc/AdcIO.h +++ b/Inc/AdcIO.h @@ -7,12 +7,10 @@ #include "stdint.h" -typedef void (*AdcIOStartTransaction )(void *env); typedef uint8_t (*AdcIOTransaction )(void *env, uint32_t *buf, uint32_t timeout); typedef struct { void *env; - AdcIOStartTransaction start; AdcIOTransaction get; } tAdcIO;