Move log to shared component

This commit is contained in:
Johannes Marbach 2024-03-28 13:44:33 +01:00
parent f83a7d80f7
commit f4482706bc
14 changed files with 83 additions and 81 deletions

View file

@ -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 */