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

pkg/libb2: remove useless define

HAVE_ALIGNED_ACCESS_REQUIRED is not used anymore in libb2
This commit is contained in:
Alexandre Abadie 2020-07-02 18:12:12 +02:00
parent 01d2201f4d
commit b1a05b8c89
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -15,10 +15,6 @@ extern "C" {
#define NATIVE_LITTLE_ENDIAN
#endif
#ifndef CPU_HAS_UNALIGNED_ACCESS
#define HAVE_ALIGNED_ACCESS_REQUIRED
#endif
#ifdef __cplusplus
}
#endif