Fix a compilation error and build warning (#2172)

* fix(lv_obj): make lv_obj_update_layout() work with a const pointer

* fix(lv_conf_internal): prevent URL being interpreted as comment warning
This commit is contained in:
Riccardo
2021-03-29 16:15:14 +02:00
committed by GitHub
parent 2dd9ca06d3
commit e7c0401116
3 changed files with 3 additions and 3 deletions

View File

@@ -882,7 +882,7 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
#endif
/*Pixel perfect monospace fonts
*http://pelulamu.net/unscii/*/
*http://pelulamu.net/unscii/ */
#ifndef LV_FONT_UNSCII_8
# ifdef CONFIG_LV_FONT_UNSCII_8
# define LV_FONT_UNSCII_8 CONFIG_LV_FONT_UNSCII_8