We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In CrFwAux.c, I should make the following change:
CrFwBool_t CrFwAuxInFactoryInRepConfigCheck() { CrFwCmdRepKindIndex_t i;
if ((CR_FW_INREP_NKINDS >0) && (CR_FW_INFACTORY_MAX_NOF_INREP < 1)) return 0; if (CR_FW_INREP_NKINDS < 1) return 1; . . .
I need the change to cover the case of an application which does not receive any incoming reports.
The text was updated successfully, but these errors were encountered:
Fix has been made for all command/report configuration checks.
Sorry, something went wrong.
Fixed configuration check as per Issue #130
1e100fe
pasetti
No branches or pull requests
In CrFwAux.c, I should make the following change:
CrFwBool_t CrFwAuxInFactoryInRepConfigCheck() {
CrFwCmdRepKindIndex_t i;
I need the change to cover the case of an application which does not receive any incoming reports.
The text was updated successfully, but these errors were encountered: