We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e64a27 commit 7c213f6Copy full SHA for 7c213f6
src/property/PropertyContainer.h
@@ -50,11 +50,7 @@
50
DECLARATION OF getTime
51
******************************************************************************/
52
53
-#ifdef HAS_LORA
54
-static unsigned long constexpr getTime() { return 0; }
55
-#else
56
extern "C" unsigned long getTime();
57
-#endif
58
59
/******************************************************************************
60
TYPEDEF
0 commit comments