diff options
author | PGNetHun <gabor.p1983@gmail.com> | 2023-09-25 17:16:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 17:16:22 +0200 |
commit | 453235c2452167dda380c6c1682ebe208f0599bb (patch) | |
tree | f4a2961dbcc070a4bc88c9f56e037484a28b389a /src/stdlib/micropython/lv_mem_core_micropython.c | |
parent | 064a844d7438803bd48a4c42f040f304f2d76f9e (diff) | |
download | lvgl-453235c2452167dda380c6c1682ebe208f0599bb.tar.gz lvgl-453235c2452167dda380c6c1682ebe208f0599bb.zip |
chore: code and configs cleanups; add builtin cache tracing (#4593)
Diffstat (limited to 'src/stdlib/micropython/lv_mem_core_micropython.c')
-rw-r--r-- | src/stdlib/micropython/lv_mem_core_micropython.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/micropython/lv_mem_core_micropython.c b/src/stdlib/micropython/lv_mem_core_micropython.c index f2add336c..03b396013 100644 --- a/src/stdlib/micropython/lv_mem_core_micropython.c +++ b/src/stdlib/micropython/lv_mem_core_micropython.c @@ -29,6 +29,7 @@ /********************** * MACROS **********************/ + /********************** * GLOBAL FUNCTIONS **********************/ |