diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-09-22 23:40:06 -0400 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-09-22 23:40:06 -0400 |
| commit | 73a76acef4aa14b042c9c56eef0fd19164afff42 (patch) | |
| tree | f9e173aed8bfe646a54555441dae5bbbf3c1090e /project/Core/Src/main.c | |
| parent | 158dd4d597ebd2ccfd97c43aac699899144fa31f (diff) | |
| download | 340-repo-Sowgro-73a76acef4aa14b042c9c56eef0fd19164afff42.tar.gz 340-repo-Sowgro-73a76acef4aa14b042c9c56eef0fd19164afff42.tar.bz2 340-repo-Sowgro-73a76acef4aa14b042c9c56eef0fd19164afff42.zip | |
Submit endian converters
Diffstat (limited to 'project/Core/Src/main.c')
| -rw-r--r-- | project/Core/Src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/Core/Src/main.c b/project/Core/Src/main.c index 247ed1c..8d76d3a 100644 --- a/project/Core/Src/main.c +++ b/project/Core/Src/main.c @@ -8,6 +8,7 @@ #include "LED.h" #include "UART.h" #include "demo.h" +#include "midi_header.h" #include <stdio.h> |
