mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 21:26:43 +00:00
Fix compiler warning
This commit is contained in:
parent
bd256bddd8
commit
1dd847af03
@ -618,7 +618,7 @@ static void gui_get_bitmap_header(uint8_t* buffer, size_t bufsize)
|
||||
lv_disp_t* disp = lv_disp_get_default();
|
||||
|
||||
// memset(buffer, 0, bufsize);
|
||||
char* bm = "BM";
|
||||
const char* bm = "BM";
|
||||
memcpy(buffer, bm, strlen(bm));
|
||||
buffer += strlen(bm);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user