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:
parent
8222ae84bb
commit
d09f988ca5
|
@ -39,7 +39,6 @@
|
||||||
#if !defined (SAMA5D2)
|
#if !defined (SAMA5D2)
|
||||||
#define SAMA5D2
|
#define SAMA5D2
|
||||||
#endif /* SAMA5D2 */
|
#endif /* SAMA5D2 */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup Device_Included
|
* @addtogroup Device_Included
|
||||||
* @{
|
* @{
|
||||||
|
@ -62,6 +61,12 @@
|
||||||
#error "Please select first the target SAMA5D2x device used in your application (in sama5d2x.h file)"
|
#error "Please select first the target SAMA5D2x device used in your application (in sama5d2x.h file)"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**@} */
|
||||||
|
/*
|
||||||
|
* Wrapper for WOLFSSL
|
||||||
|
* TODO: to remove
|
||||||
|
*/
|
||||||
|
#define Aes wc_Aes
|
||||||
/**
|
/**
|
||||||
* @brief SAMA5D2 Family
|
* @brief SAMA5D2 Family
|
||||||
* @{
|
* @{
|
||||||
|
|
Loading…
Reference in New Issue