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:
parent
01d2201f4d
commit
b1a05b8c89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user