mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
fix jpeg compile core3 (#21387)
This commit is contained in:
parent
1d626225de
commit
61814e79fe
@ -66,7 +66,7 @@ typedef struct {
|
||||
} rgb_jpg_decoder;
|
||||
|
||||
//input buffer
|
||||
static uint32_t _jpg_read(void * arg, size_t index, uint8_t *buf, size_t len)
|
||||
static size_t _jpg_read(void * arg, size_t index, uint8_t *buf, size_t len)
|
||||
{
|
||||
rgb_jpg_decoder * jpeg = (rgb_jpg_decoder *)arg;
|
||||
if(buf) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user