From d86a7899a34f504d1f5c0e8d5122c04572686f89 Mon Sep 17 00:00:00 2001 From: Razvalyaev Date: Fri, 28 Feb 2025 16:04:11 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BD=D0=BE=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B5=D0=B5=20=D0=BF=D0=BE=D0=B4=D0=BA=D0=BB?= =?UTF-8?q?=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20stm32f1xx=5Fhal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DS18B20/dallas_tools.h | 1 - 1 file changed, 1 deletion(-) diff --git a/DS18B20/dallas_tools.h b/DS18B20/dallas_tools.h index 48eb8e7..5a7de4a 100644 --- a/DS18B20/dallas_tools.h +++ b/DS18B20/dallas_tools.h @@ -17,7 +17,6 @@ /* Includes -----------------------------------------------------------------*/ -#include "stm32f1xx_hal.h" #include "ds18b20_driver.h" #include "onewire.h"