mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-15 02:55:49 +00:00
Fix inttypes import for midi2cv
This commit is contained in:
parent
653a2a804e
commit
a5551b44c6
2 changed files with 2 additions and 6 deletions
|
@ -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'
|
||||
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef MIDI2CV_PART_H
|
||||
#define MIDI2CV_PART_H
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#define PART_COUNT 4
|
||||
|
||||
#define TOTAL_COLUMN_COUNT 4
|
||||
|
|
Loading…
Reference in a new issue