diff --git a/midi2cv/.lvimrc b/midi2cv/.lvimrc deleted file mode 100644 index fc7fcbe..0000000 --- a/midi2cv/.lvimrc +++ /dev/null @@ -1,6 +0,0 @@ -:packadd termdebug - -let termdebugger = "/usr/bin/arm-none-eabi-gdb" -:map :Termdebug /home/jhbruhn/eurorack/eurorack-dev-environment/eurorack-modules/build/midi2cv/midi2cv.elf --eval-command='target remote localhost:3333' - - diff --git a/midi2cv/part.h b/midi2cv/part.h index 21dc04e..2891d96 100644 --- a/midi2cv/part.h +++ b/midi2cv/part.h @@ -1,6 +1,8 @@ #ifndef MIDI2CV_PART_H #define MIDI2CV_PART_H +#include + #define PART_COUNT 4 #define TOTAL_COLUMN_COUNT 4