Skip to content

Commit 355fd24

Browse files
committed
ugfx: remove gdisp timerflush period limit
1 parent 87ce5a6 commit 355fd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ugfx/src/gdisp/gdisp_rules.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#endif
5050
#if GDISP_NEED_TIMERFLUSH
5151
#if GDISP_NEED_TIMERFLUSH < 50 || GDISP_NEED_TIMERFLUSH > 1200
52-
#error "GDISP: GDISP_NEED_TIMERFLUSH has been set to an invalid value (FALSE, 50-1200)."
52+
// #error "GDISP: GDISP_NEED_TIMERFLUSH has been set to an invalid value (FALSE, 50-1200)."
5353
#endif
5454
#if !GFX_USE_GTIMER
5555
#if GFX_DISPLAY_RULE_WARNINGS

0 commit comments

Comments
 (0)