summaryrefslogtreecommitdiff
path: root/src/arch/esp8266/driver/uptime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/esp8266/driver/uptime.cc')
-rw-r--r--src/arch/esp8266/driver/uptime.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/arch/esp8266/driver/uptime.cc b/src/arch/esp8266/driver/uptime.cc
index 51cc617..388edb6 100644
--- a/src/arch/esp8266/driver/uptime.cc
+++ b/src/arch/esp8266/driver/uptime.cc
@@ -1,12 +1,3 @@
#include "driver/uptime.h"
-extern "C" {
-#include "osapi.h"
-#include "user_interface.h"
-}
-
-uint32_t Uptime::get()
-{
- return system_get_time();
-}
Uptime uptime;