Re-added temporary Aes wrapper

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11892 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
edolomb 2018-04-11 16:45:20 +00:00
parent 8222ae84bb
commit d09f988ca5
1 changed files with 6 additions and 1 deletions

View File

@ -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
* @{