diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-04-16 09:53:07 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-04-16 09:53:07 +0300 |
| commit | d947018ecc12c84a6b34116cdca6f775590bae0b (patch) | |
| tree | 328ee455f0e50cdbda6c74f5f6e5a3483d227a7b /Software/Embedded_SW/Embedded/Include.h | |
| parent | eafb576fe1bf76898b9cc17671a89d1585e2c8e4 (diff) | |
| download | Tango-d947018ecc12c84a6b34116cdca6f775590bae0b.tar.gz Tango-d947018ecc12c84a6b34116cdca6f775590bae0b.zip | |
Move datadef.h to the main folder
Diffstat (limited to 'Software/Embedded_SW/Embedded/Include.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Include.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Include.h b/Software/Embedded_SW/Embedded/Include.h index bfacbff4a..7a9dda68b 100644 --- a/Software/Embedded_SW/Embedded/Include.h +++ b/Software/Embedded_SW/Embedded/Include.h @@ -10,7 +10,6 @@ #include <stdlib.h> /*malloc*/ #include <ctype.h> /* tolower */ #include <errno.h> -#include "./Modules/Stubs_Handler/DataDef.h" #include "./common/protobuf-c/protobuf-c.h" //operation system includes @@ -51,6 +50,7 @@ #include "Common/Utilities/Utils.h" #include "Common/report/report.h" +#include "DataDef.h" #define SYS_CLK_FREQ 120000000 |
