Fixed PDI programming mode in the AVRISP programmer project not exiting programming...
[pub/USBasp.git] / Demos / Host / LowLevel / MIDIHost / MIDIHost.c
index 1ca7bd9..6964f71 100644 (file)
@@ -186,9 +186,9 @@ void MIDI_Host_Task(void)
                                \r
                                if (NoteOnEvent || NoteOffEvent)\r
                                {\r
-                                       printf_P(PSTR("MIDI Note %s - Channel %d, Pitch %d, Velocity %d"), NoteOnEvent ? "On" : "Off",\r
-                                                                                                      ((MIDIEvent.Data1 & 0x0F) + 1),\r
-                                                                                                      MIDIEvent.Data2, MIDIEvent.Data3);\r
+                                       printf_P(PSTR("MIDI Note %s - Channel %d, Pitch %d, Velocity %d\r\n"), NoteOnEvent ? "On" : "Off",\r
+                                                                                                          ((MIDIEvent.Data1 & 0x0F) + 1),\r
+                                                                                                          MIDIEvent.Data2, MIDIEvent.Data3);\r
                                }\r
 \r
                                Pipe_ClearIN();\r