mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Berry LVGL fix memory leak in log reader
This commit is contained in:
parent
65a87fd747
commit
82636e41b5
@ -6,7 +6,7 @@
|
|||||||
#include "be_mapping.h"
|
#include "be_mapping.h"
|
||||||
|
|
||||||
extern uint32_t* tlr_init(void); BE_FUNC_CTYPE_DECLARE(tlr_init, "+_p", "")
|
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"
|
#include "be_fixed_be_class_tasmota_log_reader.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user