mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-09-17 01:35:22 +00:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef UTILS_H_
|
|
#define UTILS_H_
|
|
|
|
// u32 size align.
|
|
#define ALIGN_U32 __attribute__((aligned(4)))
|
|
|
|
#endif |