m5stack / M5StickC

M5StickC Arduino Library
MIT License
476 stars 221 forks source link

Illegal characters in M5StickC.h #145

Closed VitalyBrusentsev closed 1 year ago

VitalyBrusentsev commented 2 years ago

https://github.com/m5stack/M5StickC/blob/4da6e6babb23635b23027547d6ec3052cfc1229d/src/M5StickC.h#L126

Line 126 contains the following text:

#error “This library only supports boards with ESP32 processor.”

The and characters are not proper quotation marks, and can cause a problem for some C compilers.