#ifndef __BLCOMMON_H__ #define __BLCOMMON_H__ #include "hal_stdtypes.h" #include "Common.h" // ********** version ********** /* * TD = 0 * DD = 1 * RO = 2 */ #define BL_STACK_ID 0 // TODO de we need to check the value to make sure it is range (e.g. it is not set to 20?) #define BL_VERSION_MAJOR 0 #define BL_VERSION_MINOR 0 #define BL_VERSION_MICRO 0 #define BL_VERIOSN_BUILD 0 #endif