Silence another pedantic warning
This commit is contained in:
@@ -8,13 +8,16 @@
|
||||
* templ -> object short name with lower case(e.g. btn, label etc)
|
||||
* TEMPL -> object short name with upper case (e.g. BTN, LABEL etc.)
|
||||
*
|
||||
* You can remove the defined() clause from the #if statement below. This exists because LV_USE_TEMPL
|
||||
* is not in lv_conf.h or lv_conf_templ.h by default.
|
||||
*/
|
||||
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
//#include "lv_templ.h" /*TODO uncomment this*/
|
||||
#if LV_USE_TEMPL != 0
|
||||
|
||||
#if defined(LV_USE_TEMPL) && LV_USE_TEMPL != 0
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
|
||||
Reference in New Issue
Block a user