diff options
Diffstat (limited to 'src/stdlib/micropython')
-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*/ |