summaryrefslogtreecommitdiff
path: root/controller/src
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2023-07-18 17:00:44 -0500
committerDuncan Wilkie <antigravityd@gmail.com>2023-07-18 17:00:44 -0500
commit6380915e6e8d98e2c933ea6eb8df02fb1b123b97 (patch)
treeaf135b448ec7047fa2f33e88cc30bdae1cca4a2e /controller/src
parentd5bce21d1dbdcff5746675d5f355bccb69dcb679 (diff)
Somewhat finalized base MIDI; got the minimal MIDI-CI done.
Diffstat (limited to 'controller/src')
-rw-r--r--controller/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/src/main.c b/controller/src/main.c
index fb3f18a..1bfe8b0 100644
--- a/controller/src/main.c
+++ b/controller/src/main.c
@@ -1,4 +1,4 @@
-#include "midi.h"
+#include "base_midi.h"
#include "uart.h"
int main() {