From 5c134a2bfba87f89317ba23209851d711dc981d6 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sun, 24 Sep 2023 20:23:07 +0200 Subject: [PATCH] chore: fix docs build --- examples/libs/libjpeg_turbo/lv_example_libjpeg_turbo_1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/libs/libjpeg_turbo/lv_example_libjpeg_turbo_1.c b/examples/libs/libjpeg_turbo/lv_example_libjpeg_turbo_1.c index e050d8bba..f43b5813f 100644 --- a/examples/libs/libjpeg_turbo/lv_example_libjpeg_turbo_1.c +++ b/examples/libs/libjpeg_turbo/lv_example_libjpeg_turbo_1.c @@ -1,8 +1,8 @@ #include "../../lv_examples.h" -#if LV_USE_LIBJPEG_TURBO - #if LV_BUILD_EXAMPLES +#if LV_USE_LIBJPEG_TURBO + /** * Load a JPG image */