fix compile error by removing static_assert
This commit is contained in:
parent
bf3a255ca4
commit
726f759ca4
|
@ -102,7 +102,6 @@
|
||||||
#ifndef MONITOR_ZOOM
|
#ifndef MONITOR_ZOOM
|
||||||
# define MONITOR_ZOOM 1
|
# define MONITOR_ZOOM 1
|
||||||
#endif
|
#endif
|
||||||
static_assert(MONITOR_ZOOM > 0);
|
|
||||||
|
|
||||||
/* Used to test true double buffering with only address changing.
|
/* Used to test true double buffering with only address changing.
|
||||||
* Set LV_draw_buf_SIZE = (LV_HOR_RES * LV_VER_RES) and LV_draw_buf_DOUBLE = 1 and LV_COLOR_DEPTH = 32" */
|
* Set LV_draw_buf_SIZE = (LV_HOR_RES * LV_VER_RES) and LV_draw_buf_DOUBLE = 1 and LV_COLOR_DEPTH = 32" */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user