diff options
author | edolomb <none@example.com> | 2018-02-26 23:39:18 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-02-26 23:39:18 +0000 |
commit | 4777b6e7c813b7c4ea1b4c3a4f07daa1c066c079 (patch) | |
tree | b89f5447965978db4a9a7dd5a188af3582c064a4 /os | |
parent | 2afe99b3d4889d7811322a8cf26ce4d342caaa9c (diff) | |
download | ChibiOS-4777b6e7c813b7c4ea1b4c3a4f07daa1c066c079.tar.gz ChibiOS-4777b6e7c813b7c4ea1b4c3a4f07daa1c066c079.tar.bz2 ChibiOS-4777b6e7c813b7c4ea1b4c3a4f07daa1c066c079.zip |
Added temporary Aes wrapper
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11568 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os')
-rw-r--r-- | os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h | 6 |
1 files changed, 5 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 18e627821..335ce8164 100644 --- a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h +++ b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h @@ -63,7 +63,11 @@ #endif
/**@} */
-
+/*
+ * Wrapper for WOLFSSL
+ * TODO: to remove
+ */
+#define Aes wc_Aes
/**
* @brief SAMA5D2 Family
* @{
|