Skip to content

Commit 02cf733

Browse files
committed
ugfx: fix build error when vfx is disabled
1 parent b69edce commit 02cf733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ugfx/drivers/gdisp/CUBE0414/gdisp_lld_CUBE0414.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include "gfx.h"
99

10-
#if GFX_USE_GDISP
10+
#if GFX_USE_GDISP && defined(CONFIG_VFX_OUTPUT_CUBE0414)
1111

1212
#if defined(GDISP_SCREEN_WIDTH) || defined(GDISP_SCREEN_HEIGHT)
1313
#if GFX_COMPILER_WARNING_TYPE == GFX_COMPILER_WARNING_DIRECT

0 commit comments

Comments
 (0)