Skip to content

Commit 496e247

Browse files
committed
add files via upload
1 parent 0afee9b commit 496e247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tftLib/src/tft.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3153,7 +3153,7 @@ uint8_t* JPEGDecoder::getHuffVal(uint8_t index){
31533153
}
31543154
}
31553155
//----------------------------------------------------------------------------------------------------------------------
3156-
3156+
uint8_t JPEGDecoder::readDHTMarker(void){
31573157
uint8_t bits[16];
31583158
uint16_t left = getBits1(16);
31593159
if (left < 2) return PJPG_BAD_DHT_MARKER;

0 commit comments

Comments
 (0)