From 6dea05df35d535a63ab296a523b84bd2d4a45beb Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 17 Dec 2025 16:17:49 +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 --- PowerManagement.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/PowerManagement.h b/PowerManagement.h index 6b9ce00..990c37e 100644 --- a/PowerManagement.h +++ b/PowerManagement.h @@ -7,12 +7,6 @@ #include "GpioPin.h" -typedef struct { - tGpioPin ledR; - tGpioPin ledG; - tGpioPin ledB; -} tLed; - typedef struct { } tPowerManagement;