Move log to shared component
This commit is contained in:
parent
f83a7d80f7
commit
f4482706bc
14 changed files with 83 additions and 81 deletions
|
|
@ -4,12 +4,12 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef UL_CURSOR_H
|
||||
#define UL_CURSOR_H
|
||||
#ifndef BB_CURSOR_H
|
||||
#define BB_CURSOR_H
|
||||
|
||||
#include "lvgl/lvgl.h"
|
||||
|
||||
/* Image description of the mouse cursor */
|
||||
extern const lv_img_dsc_t bb_cursor_img_dsc;
|
||||
|
||||
#endif /* UL_CURSOR_H */
|
||||
#endif /* BB_CURSOR_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue