Skip to content

Commit

Permalink
Remove more lint suppression in the implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Dec 7, 2023
1 parent 22ff55c commit 6778f6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions event_groups.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
#include "timers.h"
#include "event_groups.h"

/* Lint e961, e750 and e9021 are suppressed as a MISRA exception justified
* because the MPU ports require MPU_WRAPPERS_INCLUDED_FROM_API_FILE to be defined
/* The MPU ports require MPU_WRAPPERS_INCLUDED_FROM_API_FILE to be defined
* for the header files above, but not in this file, in order to generate the
* correct privileged Vs unprivileged linkage and placement. */
#undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE
Expand Down

0 comments on commit 6778f6e

Please sign in to comment.