fix compile error by removing static_assert

main
Reinhold Gschweicher 2022-03-30 22:13:58 +07:00
parent bf3a255ca4
commit 726f759ca4
1 changed files with 0 additions and 1 deletions

@ -102,7 +102,6 @@
#ifndef MONITOR_ZOOM
# define MONITOR_ZOOM 1
#endif
static_assert(MONITOR_ZOOM > 0);
/* 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" */