Index: firmware/App/BLCommon.h =================================================================== diff -u -rf2652e85c8676d0356fea2690cfd9cac716ca795 -rb1729daefa724d159fa59448cbc87dea54e982d7 --- firmware/App/BLCommon.h (.../BLCommon.h) (revision f2652e85c8676d0356fea2690cfd9cac716ca795) +++ firmware/App/BLCommon.h (.../BLCommon.h) (revision b1729daefa724d159fa59448cbc87dea54e982d7) @@ -1,9 +1,3 @@ -/* - * BLCommon.h - * - * Created on: Aug 1, 2024 - * Author: fw - */ #ifndef __BLCOMMON_H__ #define __BLCOMMON_H__ @@ -17,9 +11,8 @@ /* * 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_STACK_ID 1 // 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