mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 11:16:45 +00:00
Fix wrong #endif
This commit is contained in:
parent
a115cb2b9b
commit
7c9b420c8c
@ -47,17 +47,15 @@ typedef enum {
|
|||||||
* @param font_title pointer to a extra large font
|
* @param font_title pointer to a extra large font
|
||||||
* @return a pointer to reference this theme later
|
* @return a pointer to reference this theme later
|
||||||
*/
|
*/
|
||||||
lv_theme_t * lv_theme_hasp_init(lv_color_t color_primary, lv_color_t color_secondary, uint32_t flags,
|
lv_theme_t* lv_theme_hasp_init(lv_color_t color_primary, lv_color_t color_secondary, uint32_t flags,
|
||||||
const lv_font_t * font_small, const lv_font_t * font_normal,
|
const lv_font_t* font_small, const lv_font_t* font_normal,
|
||||||
const lv_font_t * font_subtitle, const lv_font_t * font_title);
|
const lv_font_t* font_subtitle, const lv_font_t* font_title);
|
||||||
/**********************
|
/**********************
|
||||||
* MACROS
|
* MACROS
|
||||||
**********************/
|
**********************/
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#endif /*LV_THEME_HASP_H*/
|
#endif /*LV_THEME_HASP_H*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user