mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Merge branch 'master' into dev-5.3
This commit is contained in:
commit
0c8782c0ff
@ -34,7 +34,7 @@ extern "C" {
|
||||
|
||||
// Check GCC
|
||||
#ifdef __GNUC__
|
||||
# if __x86_64__ || __ppc64__
|
||||
# if defined(__x86_64__) || defined(__ppc64__)
|
||||
# define LV_MEM_ENV64
|
||||
# endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user