mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Code review suggestions
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
a4aaf4e1a1
commit
b952d1e22f
|
@ -29,7 +29,7 @@
|
|||
/* Standard includes. */
|
||||
#include <stdint.h>
|
||||
|
||||
/* Configuration includes */
|
||||
/* Configuration includes. */
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/* Secure context heap includes. */
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
/* Standard includes. */
|
||||
#include <stdint.h>
|
||||
|
||||
/* Configuration includes. */
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/* Secure context heap includes. */
|
||||
#include "secure_heap.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
/* Standard includes. */
|
||||
#include <stdint.h>
|
||||
|
||||
/* Configuration includes. */
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/* Secure context heap includes. */
|
||||
#include "secure_heap.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
/* Standard includes. */
|
||||
#include <stdint.h>
|
||||
|
||||
/* Configuration includes. */
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/* Secure context heap includes. */
|
||||
#include "secure_heap.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
/* Standard includes. */
|
||||
#include <stdint.h>
|
||||
|
||||
/* Configuration includes. */
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/* Secure context heap includes. */
|
||||
#include "secure_heap.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
/* Standard includes. */
|
||||
#include <stdint.h>
|
||||
|
||||
/* Configuration includes. */
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/* Secure context heap includes. */
|
||||
#include "secure_heap.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
/* Standard includes. */
|
||||
#include <stdint.h>
|
||||
|
||||
/* Configuration includes. */
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/* Secure context heap includes. */
|
||||
#include "secure_heap.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
/* Standard includes. */
|
||||
#include <stdint.h>
|
||||
|
||||
/* Configuration includes. */
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/* Secure context heap includes. */
|
||||
#include "secure_heap.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
/* Standard includes. */
|
||||
#include <stdint.h>
|
||||
|
||||
/* Configuration includes. */
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/* Secure context heap includes. */
|
||||
#include "secure_heap.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
/* Standard includes. */
|
||||
#include <stdint.h>
|
||||
|
||||
/* Configuration includes. */
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/* Secure context heap includes. */
|
||||
#include "secure_heap.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
/* Standard includes. */
|
||||
#include <stdint.h>
|
||||
|
||||
/* Configuration includes. */
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
||||
/* Secure context heap includes. */
|
||||
#include "secure_heap.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue