aboutsummaryrefslogtreecommitdiffstats
path: root/source/rtc.hpp
diff options
context:
space:
mode:
authortcsullivan <tullivan99@gmail.com>2019-03-14 10:14:40 -0400
committertcsullivan <tullivan99@gmail.com>2019-03-14 10:14:40 -0400
commit31e115f7e72532fbfd456709e95d440e3be46fa1 (patch)
treee937395624efecf99eb4f58f1cd7f57d2efc7997 /source/rtc.hpp
parentdd33956654589ded6644a75088e50069b1744ef9 (diff)
app communication working
Diffstat (limited to 'source/rtc.hpp')
-rw-r--r--source/rtc.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/rtc.hpp b/source/rtc.hpp
index 1eb71a8..7f64100 100644
--- a/source/rtc.hpp
+++ b/source/rtc.hpp
@@ -12,6 +12,10 @@ public:
return rtcCount;
}
+ inline static void setTicks(unsigned int t) {
+ rtcCount = t;
+ }
+
private:
static void handler(nrf_drv_rtc_int_type_t type);
};