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;