summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Hodder <dave.hodder@focusrite.com>2017-01-10 12:59:05 +0000
committerDave Hodder <dave.hodder@focusrite.com>2017-01-10 12:59:05 +0000
commitdb91c3e329815c2988a4e32fea582ca7f29a594e (patch)
tree966caf20742e1377515213763fdc3e79e388485c
parent59d4f28fe214601d323b2e0fb8a272040ba02a37 (diff)
downloadlaunchpad-polymaker-db91c3e329815c2988a4e32fea582ca7f29a594e.tar.gz
launchpad-polymaker-db91c3e329815c2988a4e32fea582ca7f29a594e.zip
tidying up timers
-rw-r--r--src/app.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index d4db1f9..9ffa7d7 100644
--- a/src/app.c
+++ b/src/app.c
@@ -63,7 +63,6 @@ void app_midi_event(u8 port, u8 status, u8 d1, u8 d2)
63 63
64void app_sysex_event(u8 port, u8 * data, u16 count) 64void app_sysex_event(u8 port, u8 * data, u16 count)
65{ 65{
66 // example - respond to UDI messages?
67} 66}
68 67
69//______________________________________________________________________________ 68//______________________________________________________________________________