diff options
author | edolomb <edolomb@110e8d01-0319-4d1e-a829-52ad28d1bb01> | 2018-04-13 14:30:33 +0000 |
---|---|---|
committer | edolomb <edolomb@110e8d01-0319-4d1e-a829-52ad28d1bb01> | 2018-04-13 14:30:33 +0000 |
commit | 8ec937f93d695c05adde49475efc159ec9e4cb4f (patch) | |
tree | 125e9110bb22a4e886b18f45d1100c7f3c336d9b /os/common | |
parent | 19711eb0e0e85b7e610563be8ceff78120d302b3 (diff) | |
download | ChibiOS-8ec937f93d695c05adde49475efc159ec9e4cb4f.tar.gz ChibiOS-8ec937f93d695c05adde49475efc159ec9e4cb4f.tar.bz2 ChibiOS-8ec937f93d695c05adde49475efc159ec9e4cb4f.zip |
Readded Aes wrapper
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11938 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h index b89e24e42..6aad3e035 100644 --- a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h +++ b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/sama5d2x.h @@ -64,6 +64,9 @@ /**@} */
+/* TODO: to delete */
+#define Aes wc_Aes
+
/**
* @brief SAMA5D2 Family
* @{
|