summaryrefslogtreecommitdiff
path: root/src/arch/esp8266/driver/counter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/esp8266/driver/counter.cc')
-rw-r--r--src/arch/esp8266/driver/counter.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/arch/esp8266/driver/counter.cc b/src/arch/esp8266/driver/counter.cc
deleted file mode 100644
index dd6196a..0000000
--- a/src/arch/esp8266/driver/counter.cc
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * Copyright 2020 Daniel Friesel
- *
- * SPDX-License-Identifier: BSD-2-Clause
- */
-#include "driver/counter.h"
-
-Counter counter;