]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Added missing type when COMM was compiled. Closes #1378
authormahi <devnull@localhost>
Sun, 6 May 2012 22:16:15 +0000 (00:16 +0200)
committermahi <devnull@localhost>
Sun, 6 May 2012 22:16:15 +0000 (00:16 +0200)
include/EcuM.h

index c60eb91f058a8ba2226c7d48a5de116737f991a3..f74558855612ce04d0a812f51cdbd29b9c88e4f3 100644 (file)
 #define ECUM_AR_MINOR_VERSION  2\r
 #define ECUM_AR_PATCH_VERSION  2\r
 \r
-//#include "EcuM_Types.h"\r
-//struct EcuM_Config;\r
-//typedef struct EcuM_Config EcuM_ConfigType;\r
-\r
-/* Holds EcuM_ConfigType */\r
-/* TODO: forward declare all config types here ? */\r
-/* TODO: EcuM_Generated_Types must have types from Ecu_Types.h */\r
 #include "EcuM_Types.h"\r
 #include "EcuM_Cfg.h"\r
 #include "EcuM_Cbk.h"\r
@@ -95,6 +88,9 @@
 #include "ComStack_Types.h"\r
 #endif\r
 \r
+#if defined(USE_COMM)\r
+#include "ComM.h"\r
+#endif\r
 \r
 \r
 /** @name Error Codes */\r