CppLinuxSerial
CppLinuxSerial copied to clipboard
enum class error. :(
Hi. I am solving under message. I using C++17 in ubuntu 22.04.
include/CppLinuxSerial/SerialPort.hpp:89:13: error: expected identifier before numeric constant 89 | OFF,
What can I do for?
Thank you.
Hmmm, I don't think there is a syntax error in the header file. Do you potentially have a preprocessor macro assigned to "OFF" that replaces it with a number (probably 0) passed in at compile time?