mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-04-27 10:45:27 +00:00
8 lines
109 B
C
8 lines
109 B
C
#ifndef UTILS_H_
|
|
#define UTILS_H_
|
|
|
|
// u32 size align.
|
|
#define ALIGN_U32 __attribute__((aligned(4)))
|
|
|
|
#endif
|