summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 013da52..8493f98 100644
--- a/src/main.c
+++ b/src/main.c
@@ -295,7 +295,7 @@ void main(void)
// dirty hack to avoid the slow call stack, correct version commented below
message.data[0] = midi_notes_steps_table[i];
- //midi_note_on(&message, MIDI_CHANNEL, MIDI_SCALE_START + i, MIDI_NOTE_SPEED);
+ //midi_note_on(&message, MIDI_CHANNEL, midi_notes_steps_table[i], MIDI_NOTE_SPEED);
eusart_write_midi(&message);