]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Added include of CanTp_Cfg.h to CanTp.h
authorpete <devnull@localhost>
Thu, 15 Apr 2010 15:07:26 +0000 (17:07 +0200)
committerpete <devnull@localhost>
Thu, 15 Apr 2010 15:07:26 +0000 (17:07 +0200)
include/CanTp.h
makefile

index cbf787ddb15eb6429665a2a41028657883b7bf69..c60387d2d66e7e2939863b2d8fec290ab3fed50a 100644 (file)
@@ -33,6 +33,7 @@
 \r
 #include "ComStack_Types.h"\r
 #include "Std_Types.h"\r
+#include "CanTp_Cfg.h"\r
 //#include "Dem.h"  // TODO: req: CanTp156\r
 \r
 /*\r
index a0cfcc8e7754d688cc89b4fb49c0e460142482e8..0ed62b96bf4f4644329b4ecc1dc3e60e0299d885 100644 (file)
--- a/makefile
+++ b/makefile
@@ -40,7 +40,8 @@ export PATH
 export SELECT_OS_CONSOLE\r
 export SELECT_CONSOLE\r
 export USE_DEBUG_PRINTF\r
-export SELECT_OPT?=OPT_RELEASE\r
+#export SELECT_OPT?=OPT_RELEASE\r
+export SELECT_OPT?=OPT_DEBUG\r
 export CFG_$(SELECT_OPT)=y\r
 \r
 ifneq ($(filter clean_all,$(MAKECMDGOALS)),clean_all)\r