Skip to content

Commit 726f759

Browse files
committed
fix compile error by removing static_assert
1 parent bf3a255 commit 726f759

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lv_drv_conf.h

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
#ifndef MONITOR_ZOOM
103103
# define MONITOR_ZOOM 1
104104
#endif
105-
static_assert(MONITOR_ZOOM > 0);
106105

107106
/* Used to test true double buffering with only address changing.
108107
* Set LV_draw_buf_SIZE = (LV_HOR_RES * LV_VER_RES) and LV_draw_buf_DOUBLE = 1 and LV_COLOR_DEPTH = 32" */

0 commit comments

Comments
 (0)