-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hey!
VS Code swears at the library when compiling a project:
lib\CountUpDownTimer/CountUpDownTimer.h: In member function 'void CountUpDownTimer::SetTimer(long unsigned int, long unsigned int, long unsigned int, long unsigned int)':
lib\CountUpDownTimer/CountUpDownTimer.h:116:16: error: expected unqualified-id before numeric constant
unsigned int _S = (seconds / 60), _M = (minutes / 60);
^
In file included from src\main.cpp:7:0:
lib\CountUpDownTimer/CountUpDownTimer.h:118:6: error: '_M' was not declared in this scope
if(_M > 0) hours += _M;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels