diff --git a/arduino/libretuya/port/flashdb/fal_cfg.h b/arduino/libretuya/port/flashdb/fal_cfg.h index cf0f478..d5bc0f0 100644 --- a/arduino/libretuya/port/flashdb/fal_cfg.h +++ b/arduino/libretuya/port/flashdb/fal_cfg.h @@ -2,6 +2,11 @@ #pragma once +inline void printf_nop(const char *fmt, ...) {} + +#define FAL_PRINTF printf_nop +#define FAL_DEBUG 0 + // Flash device configuration extern const struct fal_flash_dev flash0;