Bodmer / JPEGDecoder

A JPEG decoder library
Other
220 stars 64 forks source link

JPEGDecoder.h does not compile #8

Closed bperrybap closed 7 years ago

bperrybap commented 7 years ago

On operating systems that do not neuter filenames (i.e linux), JPEGDecoder.h will generate a compile error as it looks for "arduino.h" which does not exist. In fact the include for "arduino.h" on line 23 does not seem to be necessary at all.

Bodmer commented 7 years ago

Thanks for pointing this out. I have deleted the #include in the repository copy.

Bodmer commented 7 years ago

Ah! Should have read Arduino.h, so arduino.h was a typo but Windows did not notice the letter case error.