summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-03-09 16:23:34 +0100
committerNao Pross <naopross@thearcway.org>2018-03-09 16:23:34 +0100
commit6976172137d8abb4ab296d8846af8280ebc93f4c (patch)
tree5dffa611827c5e2174be154897b1c47cd1e7cd0b /src/main.c
parentAdd doc from submodule (diff)
downloadXilofono-6976172137d8abb4ab296d8846af8280ebc93f4c.tar.gz
Xilofono-6976172137d8abb4ab296d8846af8280ebc93f4c.zip
Update quote, delete mplab garbage
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 9b5fd28..85bdc11 100644
--- a/src/main.c
+++ b/src/main.c
@@ -257,7 +257,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);