Do not duplicate kbled support. Add kbled_max and kbled_get_color functions
This commit is contained in:
committed by
Jeremy Soller
parent
9309efb3e0
commit
5bab59a526
@@ -3,6 +3,9 @@
|
||||
#ifndef _COMMON_MACRO_H
|
||||
#define _COMMON_MACRO_H
|
||||
|
||||
#define xconcat(a, b) concat(a, b)
|
||||
#define concat(a, b) a ## b
|
||||
|
||||
#define xstr(s) str(s)
|
||||
#define str(s) #s
|
||||
|
||||
|
Reference in New Issue
Block a user