diff options
Diffstat (limited to 'os/common/startup')
-rw-r--r-- | os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h index 81bb6a7fe..d7d9c7ef7 100644 --- a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h +++ b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h @@ -39,7 +39,6 @@ #if !defined (SAMA5D2)
#define SAMA5D2
#endif /* SAMA5D2 */
-
/**
* @addtogroup Device_Included
* @{
@@ -62,6 +61,12 @@ #error "Please select first the target SAMA5D2x device used in your application (in sama5d2x.h file)"
#endif
+/**@} */
+/*
+ * Wrapper for WOLFSSL
+ * TODO: to remove
+ */
+#define Aes wc_Aes
/**
* @brief SAMA5D2 Family
* @{
|