mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Fic clang compiler warnings (#711)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
71662b5b5a
commit
0d03a938cc
3 changed files with 15 additions and 10 deletions
|
@ -26,8 +26,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef _WAIT_FOR_EVENT_H_
|
||||
#define _WAIT_FOR_EVENT_H_
|
||||
#ifndef WAIT_FOR_EVENT_H_
|
||||
#define WAIT_FOR_EVENT_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <time.h>
|
||||
|
@ -43,4 +43,4 @@ void event_signal( struct event * ev );
|
|||
|
||||
|
||||
|
||||
#endif /* ifndef _WAIT_FOR_EVENT_H_ */
|
||||
#endif /* ifndef WAIT_FOR_EVENT_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue