Skip to content

Commit

Permalink
fix jpeg compile core3 (#21387)
Browse files Browse the repository at this point in the history
  • Loading branch information
gemu2015 authored May 8, 2024
1 parent 1d62622 commit 61814e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmota/tasmota_support/support_jpeg.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 61814e7

Please sign in to comment.