diff options
author | Gabor Kiss-Vamosi <kisvegabor@gmail.com> | 2023-11-15 12:59:16 +0100 |
---|---|---|
committer | Gabor Kiss-Vamosi <kisvegabor@gmail.com> | 2023-11-15 12:59:16 +0100 |
commit | e27491cb2a14fedb19ddce89a08d4f81e0c34629 (patch) | |
tree | 6dec605850135249eb7dd2f050a6afe8935c4d24 /tests/unity/unity_support.c | |
parent | 6e91a1e99ce020394698f650502e32cb88722912 (diff) | |
download | lvgl-e27491cb2a14fedb19ddce89a08d4f81e0c34629.tar.gz lvgl-e27491cb2a14fedb19ddce89a08d4f81e0c34629.zip |
chore: remove debug code
Diffstat (limited to 'tests/unity/unity_support.c')
-rw-r--r-- | tests/unity/unity_support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unity/unity_support.c b/tests/unity/unity_support.c index 7d269998e..4e0338c07 100644 --- a/tests/unity/unity_support.c +++ b/tests/unity/unity_support.c @@ -11,7 +11,7 @@ /********************* * INCLUDES *********************/ -#if LV_BUILD_TEST || 1 +#if LV_BUILD_TEST #include "../lvgl.h" #include <unistd.h> #include <stdlib.h> |