Closed Sepp62 closed 1 year ago
"min" macro in In_espi.h conflicts with std::bitset
See also: https://github.com/m5stack/M5StickC/issues/103
Workaround:
...
Fixed https://github.com/m5stack/M5StickC/commit/9b92d2781a0e3f6a2d8186884066bd2a1bbf981a
"min" macro in In_espi.h conflicts with std::bitset
See also: https://github.com/m5stack/M5StickC/issues/103
Workaround:
undef min
include <%bitset> // remove percent sign, cannot insert text in these parentheses
...