diff options
Diffstat (limited to 'FreeRTOS/Source/portable/ARMv8M/secure/heap')
-rw-r--r-- | FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.c | 2 | ||||
-rw-r--r-- | FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.c b/FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.c index ab167ab75..7995a7f12 100644 --- a/FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.c +++ b/FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.c @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.3.0
+ * FreeRTOS Kernel V10.3.1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.h b/FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.h index 6a8452b98..aa67e39d8 100644 --- a/FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.h +++ b/FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.h @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.3.0
+ * FreeRTOS Kernel V10.3.1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|