aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
authorSelene ToyKeeper2018-10-10 21:28:09 -0600
committerSelene ToyKeeper2018-10-10 21:28:09 -0600
commit2019f64e39f1b61ea0dcb6facdf9b93955b4e8b7 (patch)
tree931af23cb203e5e8639d9dad572a63d451f2a529 /spaghetti-monster
parentramp tint faster, remember after battery change (diff)
downloadanduril-2019f64e39f1b61ea0dcb6facdf9b93955b4e8b7.tar.gz
anduril-2019f64e39f1b61ea0dcb6facdf9b93955b4e8b7.tar.bz2
anduril-2019f64e39f1b61ea0dcb6facdf9b93955b4e8b7.zip
Fixed location of an #endif
Diffstat (limited to 'spaghetti-monster')
-rw-r--r--spaghetti-monster/anduril/anduril.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c
index 7217f87..a3d5c69 100644
--- a/spaghetti-monster/anduril/anduril.c
+++ b/spaghetti-monster/anduril/anduril.c
@@ -1838,6 +1838,7 @@ void setup() {
#ifdef USE_TINT_RAMPING
// add tint ramping underneath every other state
push_state(tint_ramping_state, 0);
+ #endif // ifdef USE_TINT_RAMPING
#ifdef USE_MUGGLE_MODE
if (muggle_mode_active)
@@ -1846,8 +1847,6 @@ void setup() {
#endif
push_state(off_state, 0);
- #endif // ifdef USE_TINT_RAMPING
-
#endif // ifdef START_AT_MEMORIZED_LEVEL
}
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.