소스 검색

Use DEFINES for parsing - release

fixes https://github.com/sle118/squeezelite-esp32/issues/332
Sebastien L 1 년 전
부모
커밋
3f1a7265b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/platform_config/platform_config.h

+ 1 - 1
components/platform_config/platform_config.h

@@ -8,7 +8,7 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
-#define PARSE_WITH_FUNC 1
+
 #ifdef PARSE_WITH_FUNC
 #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)