summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-03-13 09:54:23 +0100
committerNao Pross <naopross@thearcway.org>2018-03-13 09:54:23 +0100
commit70a53032a2ef5fc911846138faa2ec6731b45a2f (patch)
tree10587fc3f7a4c15c25048d5ee57f52d58e868741 /src/main.c
parentMove comments for printability (diff)
parentCleanup doc_office, disable DEBUG build (diff)
downloadXilofono-70a53032a2ef5fc911846138faa2ec6731b45a2f.tar.gz
Xilofono-70a53032a2ef5fc911846138faa2ec6731b45a2f.zip
Merge branch 'master' of https://git.thearcway.org/git/naopross/Xilofono
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);