From d09f988ca511ea0f9e086da4bdc1162ee8e254ba Mon Sep 17 00:00:00 2001 From: edolomb Date: Wed, 11 Apr 2018 16:45:20 +0000 Subject: Re-added temporary Aes wrapper git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11892 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'os/common') 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 * @{ -- cgit v1.2.3