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

pkg/wolfssl: prevent name-colliding struct for AES

This commit is contained in:
Dylan Laduranty 2019-09-26 11:06:00 +02:00
parent 9c8cfaa02a
commit a64613e9b9

View File

@ -318,5 +318,6 @@ int strncasecmp(const char *s1, const char * s2, unsigned int sz);
*/
#define _SAML21_AES_COMPONENT_
#define _SAME54_AES_COMPONENT_
#define _SAMR34_AES_COMPONENT_
#endif /* USER_SETTINGS_H */