From 1fd773deb7bba088c5f1c13a1b9ccab85f927ddc Mon Sep 17 00:00:00 2001 From: Avi Levkovich Date: Mon, 18 Jun 2018 13:47:32 +0300 Subject: update the valve module --- Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c | 2 +- .../Embedded_SW/Embedded/Common/Sys_PinOut_Config/MCU_MAIN_pinout.c | 2 +- .../Embedded_SW/Embedded/Common/Sys_PinOut_Config/MCU_MAIN_pinout.h | 2 +- Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin.c | 2 +- Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin.h | 2 +- Software/Embedded_SW/Embedded/Common/report/filter.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Software/Embedded_SW/Embedded/Common') diff --git a/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c b/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c index cd5e6c034..10b496573 100644 --- a/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c +++ b/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c @@ -7,9 +7,9 @@ #include #include #include +#include #include -#include "DataDef.h" typedef struct { diff --git a/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/MCU_MAIN_pinout.c b/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/MCU_MAIN_pinout.c index 88198353e..bd9336db3 100644 --- a/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/MCU_MAIN_pinout.c +++ b/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/MCU_MAIN_pinout.c @@ -40,9 +40,9 @@ // //***************************************************************************** +#include #include #include -#include "datadef.h" #include "inc/hw_gpio.h" #include "inc/hw_memmap.h" #include "inc/hw_types.h" diff --git a/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/MCU_MAIN_pinout.h b/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/MCU_MAIN_pinout.h index 94a9e8c0b..d97ab0e0a 100644 --- a/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/MCU_MAIN_pinout.h +++ b/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/MCU_MAIN_pinout.h @@ -54,7 +54,7 @@ extern "C" { #endif -#include "datadef.h" +#include "../../DataDef.h" //***************************************************************************** // diff --git a/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin.c b/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin.c index 9a2ecd5af..5798b01ee 100644 --- a/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin.c +++ b/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin.c @@ -38,7 +38,6 @@ #include #include -#include "datadef.h" #include #include #include @@ -46,6 +45,7 @@ #include #include #include +#include #include "Common/Sys_PinOut_Config/Pin.h" diff --git a/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin.h b/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin.h index abdb85cbe..90cfe166c 100644 --- a/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin.h +++ b/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin.h @@ -38,7 +38,7 @@ #ifndef __PIN_H__ #define __PIN_H__ -#include "datadef.h" +#include "../../DataDef.h" #ifdef EVALUATION_BOARD extern void PortFunctionInit(void); diff --git a/Software/Embedded_SW/Embedded/Common/report/filter.c b/Software/Embedded_SW/Embedded/Common/report/filter.c index f6ce8fda4..b922e53bc 100644 --- a/Software/Embedded_SW/Embedded/Common/report/filter.c +++ b/Software/Embedded_SW/Embedded/Common/report/filter.c @@ -18,6 +18,7 @@ * ******************************************************************************/ +#include #include "report.h" #include #include @@ -27,7 +28,6 @@ #include "filter.h" #include "distributor.h" /* reportDistribute */ -#include //#define MAX_STRING_LEN 255 -- cgit v1.3.1