summaryrefslogtreecommitdiff
path: root/src/arch/esp8266
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/esp8266')
-rw-r--r--src/arch/esp8266/driver/counter.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/esp8266/driver/counter.cc b/src/arch/esp8266/driver/counter.cc
new file mode 100644
index 0000000..17a0f95
--- /dev/null
+++ b/src/arch/esp8266/driver/counter.cc
@@ -0,0 +1,3 @@
+#include "driver/counter.h"
+
+Counter counter;