From ed60865743a5d65240c9da353edb4dc20cf7009f Mon Sep 17 00:00:00 2001 From: Duncan Wilkie Date: Tue, 18 Jul 2023 11:55:03 -0500 Subject: Rename, add startup file. --- controller/src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'controller/src/main.c') diff --git a/controller/src/main.c b/controller/src/main.c index 1650499..fb3f18a 100644 --- a/controller/src/main.c +++ b/controller/src/main.c @@ -1,4 +1,5 @@ #include "midi.h" +#include "uart.h" int main() { -- cgit v1.2.3