nasa / SBN

38 stars 23 forks source link

Event register is the result of CFE_EVS_NO_FILTER != CFE_SUCCESS not the value of CFE_EVS_NO_FILTER #55

Open BrianHamiltonNasa opened 4 months ago

BrianHamiltonNasa commented 4 months ago

Just a small little issue with event register

https://github.com/nasa/SBN/blob/caaac922625173f362a1fed34d69e00f5232471c/fsw/src/sbn_app.c#L1489

if (CFE_EVS_Register(NULL, 0, CFE_EVS_NO_FILTER) != CFE_SUCCESS)