aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-31 17:07:01 +0200
committerBad Diode <bd@badd10de.dev>2023-07-31 17:07:01 +0200
commit6a5d29a1300f11a755329e8e4d28d23d05651714 (patch)
tree47e2bf78975ecbbab6bb9d2395abbd65093bc2e0 /src/main.c
parentea2c7552dd414422bfe23117dc8440f4183611c7 (diff)
downloadstepper-6a5d29a1300f11a755329e8e4d28d23d05651714.tar.gz
stepper-6a5d29a1300f11a755329e8e4d28d23d05651714.zip
Add minor bugfixes
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index aa559c7..a0832a2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -176,6 +176,7 @@ update(void) {
176 if (notif.time > 0) { 176 if (notif.time > 0) {
177 notif.time--; 177 notif.time--;
178 } 178 }
179 rng_state++;
179} 180}
180 181
181int 182int