aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2017-08-27 17:54:56 -0600
committerSelene ToyKeeper2017-08-27 17:54:56 -0600
commit6b77dc4fd594b174a578654ab1b3861953f47eb5 (patch)
tree14a56ff482721d49d4f47535c70f7b493a80ba50
parentStarted on Anduril, a Narsil-inspired UI. (diff)
downloadanduril-6b77dc4fd594b174a578654ab1b3861953f47eb5.tar.gz
anduril-6b77dc4fd594b174a578654ab1b3861953f47eb5.tar.bz2
anduril-6b77dc4fd594b174a578654ab1b3861953f47eb5.zip
Added TICKS_PER_SECOND because it's handy to avoid hardcoding the WDT speed in UI code.
-rw-r--r--spaghetti-monster/fsm-wdt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-wdt.h b/spaghetti-monster/fsm-wdt.h
index d7c64f5..74851af 100644
--- a/spaghetti-monster/fsm-wdt.h
+++ b/spaghetti-monster/fsm-wdt.h
@@ -20,6 +20,8 @@
#ifndef FSM_WDT_H
#define FSM_WDT_H
+#define TICKS_PER_SECOND 62
+
void WDT_on();
inline void WDT_off();
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.