You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: