mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
Use DEFINES for parsing - release
fixes https://github.com/sle118/squeezelite-esp32/issues/332
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#define PARSE_WITH_FUNC 1
|
|
||||||
#ifdef PARSE_WITH_FUNC
|
#ifdef PARSE_WITH_FUNC
|
||||||
#define PARSE_PARAM(S,P,C,V) config_parse_param_int(S,P,C,(int*)&V)
|
#define PARSE_PARAM(S,P,C,V) config_parse_param_int(S,P,C,(int*)&V)
|
||||||
#define PARSE_PARAM_STR(S,P,C,V,I) config_parse_param_str(S,P,C,V,I)
|
#define PARSE_PARAM_STR(S,P,C,V,I) config_parse_param_str(S,P,C,V,I)
|
||||||
|
|||||||
Reference in New Issue
Block a user