Skip to content

Commit 765cd05

Browse files
committed
remove lint comments
1 parent 7f43327 commit 765cd05

File tree

5 files changed

+2
-14
lines changed

5 files changed

+2
-14
lines changed

src/event_groups.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

src/history.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Documentation and download available at http://www.FreeRTOS.org/
1+
Documentation and download available at https://www.FreeRTOS.org/
22

33
Changes between FreeRTOS V10.0.1 and FreeRTOS V10.1.0 released 22 August 2018
44

src/queue.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

src/stream_buffer.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

src/tasks.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)