Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkar-rahul-aws <118818625+kar-rahul-aws@users.noreply.github.com>2023-07-28 09:11:59 +0300
committerGitHub <noreply@github.com>2023-07-28 09:11:59 +0300
commit3786856b723d2d77873016504ff7a5af012f8467 (patch)
tree92d4e0bf74369d1d41c3ffbe0b768c96aac5ce21 /stream_buffer.c
parent95c638b39b1a0df721797d3b72528da21cb7312b (diff)
Remove stdint.h in stream buffer file (#725)
* Remove stdint.h in stream buffer file Signed-off-by: kar-rahul-aws <karahulx@amazon.com>
Diffstat (limited to 'stream_buffer.c')
-rw-r--r--stream_buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream_buffer.c b/stream_buffer.c
index 80975bdc8..3a82ba31c 100644
--- a/stream_buffer.c
+++ b/stream_buffer.c
@@ -27,7 +27,6 @@
*/
/* Standard includes. */
-#include <stdint.h>
#include <string.h>
/* Defining MPU_WRAPPERS_INCLUDED_FROM_API_FILE prevents task.h from redefining