Add configuration include to secure_heap.c

Enables actually changing the size of the secure heal
This commit is contained in:
Oliver Mueller 2024-09-09 21:15:24 +02:00 committed by GitHub
parent 93e8199078
commit a4aaf4e1a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,9 @@
/* Standard includes. */ /* Standard includes. */
#include <stdint.h> #include <stdint.h>
/* Configuration includes */
#include "FreeRTOSConfig.h"
/* Secure context heap includes. */ /* Secure context heap includes. */
#include "secure_heap.h" #include "secure_heap.h"