From 081feb3a75a5aa9eb30ce9bf6f4f279de30f8335 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Thu, 16 Aug 2018 13:30:16 +0300 Subject: reduce motorconfig size. remove graphic lib. alarm handling does not stop the job --- Software/Embedded_SW/Embedded/Modules/Control/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Modules/Control') diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.c b/Software/Embedded_SW/Embedded/Modules/Control/control.c index 6aa8fd7a1..bb7bbaa92 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/control.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/control.c @@ -51,7 +51,7 @@ #include #include "drivers/adc_sampling/adc.h" -#include "Drivers/Peripheral_GPIO/GPIO.h" + #include "control.h" #include "MillisecTask.h" /******************** Definitions ********************************************/ -- cgit v1.3.1