Fix stx-fm-subagent image build failure
stx-fm-subagent docker image was failing to build due to an issue with the one constant was being defined. Test Plan: pass - build fm-common and fm-common-dev pkgs pass - build stx-fm-subagent docker image Closes-Bug: 2077016 Change-Id: I8eed4cf4e3d1c46d459d58298cac7d6b04a94d0f Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
This commit is contained in:
parent
2d4a172ca5
commit
9be285ade6
@ -27,7 +27,7 @@ typedef unsigned char FMBoolTypeT;
|
||||
|
||||
#define FM_FALSE 0
|
||||
|
||||
static const size_t DEF_MAX_ALARMS (1000);
|
||||
static const size_t DEF_MAX_ALARMS = 1000;
|
||||
|
||||
typedef enum{
|
||||
FM_ALARM_STATE_CLEAR = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user