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/micropython/lv_mem_core_micropython.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/micropython/lv_mem_core_micropython.c')
-rw-r--r-- | src/stdlib/micropython/lv_mem_core_micropython.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/micropython/lv_mem_core_micropython.c b/src/stdlib/micropython/lv_mem_core_micropython.c index 03b396013..a55b3be15 100644 --- a/src/stdlib/micropython/lv_mem_core_micropython.c +++ b/src/stdlib/micropython/lv_mem_core_micropython.c @@ -60,7 +60,6 @@ void lv_mem_remove_pool(lv_mem_pool_t pool) return; } - void * lv_malloc_core(size_t size) { return m_malloc(size); @@ -83,7 +82,6 @@ void lv_mem_monitor_core(lv_mem_monitor_t * mon_p) return; } - lv_result_t lv_mem_test_core(void) { /*Not supported*/ |