diff options
author | Viktor Szépe <viktor@szepe.net> | 2023-11-10 15:37:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 15:37:23 +0100 |
commit | cc6581ae0320ae51f341519f17f770714b396cd1 (patch) | |
tree | 5c50f13495a3c190da0fc8b8bc34aeb73a6ce4e1 /src/stdlib/clib/lv_mem_core_clib.c | |
parent | df910893e4c0661358642047e223b23a3b438bee (diff) | |
download | lvgl-cc6581ae0320ae51f341519f17f770714b396cd1.tar.gz lvgl-cc6581ae0320ae51f341519f17f770714b396cd1.zip |
ci: upgrade astyle tool (#4776)
Install from source to use the latest version
Diffstat (limited to 'src/stdlib/clib/lv_mem_core_clib.c')
-rw-r--r-- | src/stdlib/clib/lv_mem_core_clib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/clib/lv_mem_core_clib.c b/src/stdlib/clib/lv_mem_core_clib.c index efd67eb81..997c9d0a4 100644 --- a/src/stdlib/clib/lv_mem_core_clib.c +++ b/src/stdlib/clib/lv_mem_core_clib.c @@ -59,7 +59,6 @@ void lv_mem_remove_pool(lv_mem_pool_t pool) return; } - void * lv_malloc_core(size_t size) { return malloc(size); @@ -82,7 +81,6 @@ void lv_mem_monitor_core(lv_mem_monitor_t * mon_p) return; } - lv_result_t lv_mem_test_core(void) { /*Not supported*/ |