Fix inttypes import for midi2cv

This commit is contained in:
Jan-Henrik 2019-12-04 00:05:03 +01:00
parent 653a2a804e
commit a5551b44c6
2 changed files with 2 additions and 6 deletions

View file

@ -1,6 +0,0 @@
:packadd termdebug
let termdebugger = "/usr/bin/arm-none-eabi-gdb"
:map <c-d> :Termdebug /home/jhbruhn/eurorack/eurorack-dev-environment/eurorack-modules/build/midi2cv/midi2cv.elf --eval-command='target remote localhost:3333'

View file

@ -1,6 +1,8 @@
#ifndef MIDI2CV_PART_H #ifndef MIDI2CV_PART_H
#define MIDI2CV_PART_H #define MIDI2CV_PART_H
#include <inttypes.h>
#define PART_COUNT 4 #define PART_COUNT 4
#define TOTAL_COLUMN_COUNT 4 #define TOTAL_COLUMN_COUNT 4