From a806f151acb73301f8cceaebc64229d1be64ee40 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Wed, 5 Sep 2018 03:26:42 -0600 Subject: Fixed bug: stepped ramp sometimes acted weird with specific values. --- spaghetti-monster/anduril/anduril.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spaghetti-monster') diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c index bbf661d..c85433c 100644 --- a/spaghetti-monster/anduril/anduril.c +++ b/spaghetti-monster/anduril/anduril.c @@ -1595,7 +1595,7 @@ uint8_t nearest_level(int16_t target) { for(uint8_t i=0; i>1)) return this_level; -- cgit v1.2.3