00001 /* 00002 * BT_BT1.h 00003 * 00004 * Created on: Nov 26, 2013 00005 * Author: dan 00006 */ 00007 00008 #ifndef BT_BT1_H_ 00009 #define BT_BT1_H_ 00010 00011 #include "custom_decision_making.h" 00012 00013 BT_BGN(BT1){ 00014 BT_PAR_BGN(P1){ 00015 BT_CALL_TASK(T1); 00016 BT_CALL_TASK(T2); 00017 } 00018 BT_PAR_END(P1); 00019 } 00020 BT_END(BT1); 00021 00022 00023 #endif /* BT_BT1_H_ */