summaryrefslogtreecommitdiff
path: root/src/arch/esp8266
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-01-29 11:44:00 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-01-29 11:44:00 +0100
commit05c4a7af8fadf4be8bdb794fc0335e113c134d14 (patch)
treef47191b8c240b9c428ae8c657d863d075e88961f /src/arch/esp8266
parent974f1a7eb28f56221f53cedb87b505bafa02d8a5 (diff)
add primitive esp8266 counter
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;