mirror of https://github.com/nirenjan/libx52.git
Fix trace log to print section.key
parent
0fa638fa16
commit
88955418b8
|
@ -63,7 +63,7 @@ void x52d_cfg_set_Profiles_ClutchLatched(bool param) { (void)param; }
|
||||||
void x52d_config_apply(void)
|
void x52d_config_apply(void)
|
||||||
{
|
{
|
||||||
#define CFG(section, key, name, parser, def) \
|
#define CFG(section, key, name, parser, def) \
|
||||||
PINELOG_TRACE("Calling configuration callback for " #section "." #name); \
|
PINELOG_TRACE("Calling configuration callback for " #section "." #key); \
|
||||||
x52d_cfg_set_ ## section ## _ ## key(x52d_config . name);
|
x52d_cfg_set_ ## section ## _ ## key(x52d_config . name);
|
||||||
#include "x52d_config.def"
|
#include "x52d_config.def"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue