fix(draw): fix sw compile error when disable LV_DRAW_SW_COMPLEX (#6895)
Signed-off-by: lhdjply <lhdjply@126.com>
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
0ad8217b8d
commit
cd4f477497
@@ -16,6 +16,8 @@ extern "C" {
|
||||
|
||||
#include "lv_draw_sw_mask.h"
|
||||
|
||||
#if LV_DRAW_SW_COMPLEX
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
@@ -146,6 +148,8 @@ void lv_draw_sw_mask_cleanup(void);
|
||||
* MACROS
|
||||
**********************/
|
||||
|
||||
#endif /*LV_DRAW_SW_COMPLEX*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /*extern "C"*/
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user