Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleMethod authored Apr 19, 2021
1 parent 18c9b98 commit e63a962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Recommended use only grayscale during decode JPEG to greyscale libjpeg allocate


# 📚 Example use
uint16_t bufferPointer = 0;
uint8_t headerFound = 0;
uint16_t bufferPointer = 0;
uint8_t headerFound = 0;
unsigned long imageSize = 0;
uint8_t *imageBuffer = NULL;
//================================
Expand Down

0 comments on commit e63a962

Please sign in to comment.