diff options
Diffstat (limited to 'src/stdlib/micropython/lv_mem_core_micropython.c')
-rw-r--r-- | src/stdlib/micropython/lv_mem_core_micropython.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdlib/micropython/lv_mem_core_micropython.c b/src/stdlib/micropython/lv_mem_core_micropython.c index e5816924e..f2add336c 100644 --- a/src/stdlib/micropython/lv_mem_core_micropython.c +++ b/src/stdlib/micropython/lv_mem_core_micropython.c @@ -83,10 +83,10 @@ void lv_mem_monitor_core(lv_mem_monitor_t * mon_p) } -lv_res_t lv_mem_test_core(void) +lv_result_t lv_mem_test_core(void) { /*Not supported*/ - return LV_RES_OK; + return LV_RESULT_OK; } /********************** |