-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while building: expected ';' before ')' token (uint32_t)tp.tv_sec); #8
Comments
I do not have such issue, it builds normally. What's your environment/platformio version? |
I am using windows 10 & PlatformIO Core, version 5.1.1 |
Looks like a windows specific env issue. Should be fixed. |
Thanks. |
adukale
added a commit
to adukale/espem
that referenced
this issue
May 22, 2022
This reverts commit 017278b.
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File no: main.cpp
Line no: 100
Error:
espem\main.cpp:100:24: error: expected ';' before ')' token (uint32_t)tp.tv_sec); ^ espem\main.cpp:100:25: warning: right operand of comma operator has no effect [-Wunused-value] (uint32_t)tp.tv_sec);
The text was updated successfully, but these errors were encountered: