oryp11: Add new board
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
bc111b7a4b
commit
213f79e2b6
@@ -9,6 +9,8 @@
|
||||
#define xstr(s) str(s)
|
||||
#define str(s) #s
|
||||
|
||||
#define MAYBE_UNUSED(x) ((void)(x))
|
||||
|
||||
#define ARRAY_SIZE(X) (sizeof(X) / sizeof((X)[0]))
|
||||
|
||||
#define BIT(X) (1UL << (X))
|
||||
|
Reference in New Issue
Block a user