mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Correct compiler warnings in trace recorder code.
This commit is contained in:
parent
4578154959
commit
d04c2fa753
3 changed files with 6 additions and 3 deletions
|
@ -52,8 +52,10 @@
|
|||
#error FreeRTOS.h must be included before FreeRTOS_Sockets.h.
|
||||
#endif
|
||||
|
||||
#ifndef TASK_H
|
||||
#error The FreeRTOS header file task.h must be included before FreeRTOS_Sockets.h.
|
||||
#ifndef INC_TASK_H
|
||||
#ifndef TASK_H /* For compatibility with older FreeRTOS versions. */
|
||||
#error The FreeRTOS header file task.h must be included before FreeRTOS_Sockets.h.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Assigned to an xSocket_t variable when the socket is not valid, probably
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue