]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_context_port.c
Update version number in readiness for V10.3.0 release. Sync SVN with reviewed releas...
[freertos] / FreeRTOS / Source / portable / IAR / ARM_CM33 / secure / secure_context_port.c
index 21a6d50e1e9ae3dc16f3146749e58ebb798d48ac..4ef68b78a222b0e484e21c1eab12ce8a486bd8fe 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * FreeRTOS Kernel V10.2.0\r
- * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
+ * FreeRTOS Kernel V10.3.0\r
+ * Copyright (C) 2020 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
  *\r
  * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
  * this software and associated documentation files (the "Software"), to deal in\r
@@ -37,12 +37,12 @@ extern void SecureContext_SaveContextAsm( SecureContextHandle_t xSecureContextHa
 \r
 secureportNON_SECURE_CALLABLE void SecureContext_LoadContext( SecureContextHandle_t xSecureContextHandle )\r
 {\r
-    SecureContext_LoadContextAsm( xSecureContextHandle );\r
+       SecureContext_LoadContextAsm( xSecureContextHandle );\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r
 secureportNON_SECURE_CALLABLE void SecureContext_SaveContext( SecureContextHandle_t xSecureContextHandle )\r
 {\r
-    SecureContext_SaveContextAsm( xSecureContextHandle );\r
+       SecureContext_SaveContextAsm( xSecureContextHandle );\r
 }\r
 /*-----------------------------------------------------------*/\r