File tree Expand file tree Collapse file tree 5 files changed +2
-14
lines changed
Expand file tree Collapse file tree 5 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ BaseType_t xWaitConditionMet = pdFALSE;
719719 UBaseType_t uxEventGroupGetNumber ( void * xEventGroup )
720720 {
721721 UBaseType_t xReturn ;
722- EventGroup_t const * pxEventBits = ( EventGroup_t * ) xEventGroup ; an EventGroup_t , but EventGroupHandle_t is kept opaque outside of this file for data hiding purposes . * /
722+ EventGroup_t const * pxEventBits = ( EventGroup_t * ) xEventGroup ;
723723
724724 if ( xEventGroup == NULL )
725725 {
Original file line number Diff line number Diff line change 1- Documentation and download available at http ://www.FreeRTOS.org/
1+ Documentation and download available at https ://www.FreeRTOS.org/
22
33Changes between FreeRTOS V10.0.1 and FreeRTOS V10.1.0 released 22 August 2018
44
Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ task.h is included from an application file. */
4141 #include "croutine.h"
4242#endif
4343
44- /* Lint e9021, e961 and e750 are suppressed as a MISRA exception justified
45- because the MPU ports require MPU_WRAPPERS_INCLUDED_FROM_API_FILE to be defined
46- for the header files above, but not in this file, in order to generate the
47- correct privileged Vs unprivileged linkage and placement. */
4844#undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE
4945
5046
Original file line number Diff line number Diff line change @@ -43,10 +43,6 @@ task.h is included from an application file. */
4343 #error configUSE_TASK_NOTIFICATIONS must be set to 1 to build stream_buffer.c
4444#endif
4545
46- /* Lint e961, e9021 and e750 are suppressed as a MISRA exception justified
47- because the MPU ports require MPU_WRAPPERS_INCLUDED_FROM_API_FILE to be defined
48- for the header files above, but not in this file, in order to generate the
49- correct privileged Vs unprivileged linkage and placement. */
5046#undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE
5147
5248/* If the user has not provided application specific Rx notification macros,
Original file line number Diff line number Diff line change @@ -40,10 +40,6 @@ task.h is included from an application file. */
4040#include "timers.h"
4141#include "stack_macros.h"
4242
43- /* Lint e961 and e750 are suppressed as a MISRA exception justified because the
44- MPU ports require MPU_WRAPPERS_INCLUDED_FROM_API_FILE to be defined for the
45- header files above, but not in this file, in order to generate the correct
46- privileged Vs unprivileged linkage and placement. */
4743#undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE
4844
4945/* Set configUSE_STATS_FORMATTING_FUNCTIONS to 2 to include the stats formatting
You can’t perform that action at this time.
0 commit comments