1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/wolfssl: add SAMD51 to name collision hack

Fix this properly in the future by not pulling in all vendor files
through cpu_conf.h which gets included by several core headers.
This commit is contained in:
Benjamin Valentin 2021-01-28 22:32:47 +01:00
parent b130142785
commit 735d22ea1b

View File

@ -315,8 +315,11 @@ int strncasecmp(const char *s1, const char * s2, unsigned int sz);
/* The following defines should prevent declaration of name-colliding "Aes"
* structure on SAML21, SAME54 platform code
*
* TODO: avoid pulling in all vendor files through cpu_conf.h
*/
#define _SAML21_AES_COMPONENT_
#define _SAMD51_AES_COMPONENT_
#define _SAME54_AES_COMPONENT_
#define _SAMR34_AES_COMPONENT_