Skip to content

Commit 7c213f6

Browse files
committed
Lorawan also has a valid timekeeper now
1 parent 3e64a27 commit 7c213f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/property/PropertyContainer.h

-4
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@
5050
DECLARATION OF getTime
5151
******************************************************************************/
5252

53-
#ifdef HAS_LORA
54-
static unsigned long constexpr getTime() { return 0; }
55-
#else
5653
extern "C" unsigned long getTime();
57-
#endif
5854

5955
/******************************************************************************
6056
TYPEDEF

0 commit comments

Comments
 (0)