Do not duplicate kbled support. Add kbled_max and kbled_get_color functions

This commit is contained in:
Jeremy Soller
2021-01-05 13:15:59 -07:00
committed by Jeremy Soller
parent 9309efb3e0
commit 5bab59a526
28 changed files with 148 additions and 309 deletions

View File

@@ -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