diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-16 13:30:16 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-16 13:30:16 +0300 |
| commit | 081feb3a75a5aa9eb30ce9bf6f4f279de30f8335 (patch) | |
| tree | 93904958b607e96d6cafeaf7655079fe0f41c255 /Software/Embedded_SW/Embedded/Modules/Control/control.c | |
| parent | 013c584cf6dcf1dd61fa52f5841f500a4bfee459 (diff) | |
| download | Tango-081feb3a75a5aa9eb30ce9bf6f4f279de30f8335.tar.gz Tango-081feb3a75a5aa9eb30ce9bf6f4f279de30f8335.zip | |
reduce motorconfig size. remove graphic lib. alarm handling does not stop the job
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/control.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <inc/hw_ints.h> #include "drivers/adc_sampling/adc.h" -#include "Drivers/Peripheral_GPIO/GPIO.h" + #include "control.h" #include "MillisecTask.h" /******************** Definitions ********************************************/ |
