mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00
Merge pull request #15714 from s-hadinger/lvgl_fix_mem_leak_in_logs
Berry LVGL fix memory leak in log reader
This commit is contained in:
commit
165700ad16
@ -6,7 +6,7 @@
|
||||
#include "be_mapping.h"
|
||||
|
||||
extern uint32_t* tlr_init(void); BE_FUNC_CTYPE_DECLARE(tlr_init, "+_p", "")
|
||||
extern char* tlr_get_log(uint32_t* idx, int32_t log_level); BE_FUNC_CTYPE_DECLARE(tlr_get_log, "s", ".i")
|
||||
extern char* tlr_get_log(uint32_t* idx, int32_t log_level); BE_FUNC_CTYPE_DECLARE(tlr_get_log, "$", ".i")
|
||||
|
||||
#include "be_fixed_be_class_tasmota_log_reader.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user