From eb8c39940c9dbbf56da8eefbb3e71d4a1e400952 Mon Sep 17 00:00:00 2001 From: cfif Date: Fri, 8 May 2026 12:50:13 +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=20=D0=BF=D0=BB=D0=B0=D1=82=D1=8B=20=D0=BD?= =?UTF-8?q?=D0=B0=20V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ADC_Temp_Fast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADC_Temp_Fast.h b/ADC_Temp_Fast.h index 2b5ed99..00457d7 100644 --- a/ADC_Temp_Fast.h +++ b/ADC_Temp_Fast.h @@ -10,7 +10,7 @@ // Структура для точки таблицы typedef struct { uint16_t adc; - int32_t temp; + int16_t temp; float resistance; } TablePoint;