Skip to content

Commit 8741c4f

Browse files
authored
Include string.h at the top of portable/GCC/ARM_CA9/port.c to prevent memset() generating a warning. (#430)
Co-authored-by: none <unknown>
1 parent b0a8bd8 commit 8741c4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

portable/GCC/ARM_CA9/port.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
/* Standard includes. */
3030
#include <stdlib.h>
31+
#include <string.h>
3132

3233
/* Scheduler includes. */
3334
#include "FreeRTOS.h"

0 commit comments

Comments
 (0)