Index: firmware/App/BLCommon.h =================================================================== diff -u -rf2652e85c8676d0356fea2690cfd9cac716ca795 -rcad678f0d63753acf08548350583b56b676607ff --- firmware/App/BLCommon.h (.../BLCommon.h) (revision f2652e85c8676d0356fea2690cfd9cac716ca795) +++ firmware/App/BLCommon.h (.../BLCommon.h) (revision cad678f0d63753acf08548350583b56b676607ff) @@ -1,9 +1,19 @@ -/* - * BLCommon.h - * - * Created on: Aug 1, 2024 - * Author: fw - */ +/************************************************************************** +* +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. +* +* THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +* WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +* +* @file BLCommon.h +* +* @author (last) Dara Navaei +* @date (last) 17-May-2026 +* +* @author (original) Dara Navaei +* @date (original) 01-Aug-2024 +* +***************************************************************************/ #ifndef __BLCOMMON_H__ #define __BLCOMMON_H__ @@ -17,13 +27,12 @@ /* * 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 #define BL_VERSION_MAJOR 0 #define BL_VERSION_MINOR 0 #define BL_VERSION_MICRO 0 -#define BL_VERIOSN_BUILD 0 +#define BL_VERSION_BUILD 4 #endif