summaryrefslogtreecommitdiffstats
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index cdb41cc..d9eb893 100644
--- a/src/app.c
+++ b/src/app.c
@@ -120,7 +120,7 @@ void app_cable_event(u8 type, u8 value)
120void app_timer_event() 120void app_timer_event()
121{ 121{
122 // example - send MIDI clock at 125bpm 122 // example - send MIDI clock at 125bpm
123 static const int TICK_MS = 20; 123#define TICK_MS 20
124 124
125 static u8 ms = TICK_MS; 125 static u8 ms = TICK_MS;
126 126