Minor documentation improvements.
[pub/USBasp.git] / Demos / Host / LowLevel / MIDIHost / MIDIHost.c
index 29c6c30..6964f71 100644 (file)
@@ -1,13 +1,13 @@
 /*\r
              LUFA Library\r
-     Copyright (C) Dean Camera, 2009.\r
+     Copyright (C) Dean Camera, 2010.\r
               \r
   dean [at] fourwalledcubicle [dot] com\r
       www.fourwalledcubicle.com\r
 */\r
 \r
 /*\r
-  Copyright 2009  Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
+  Copyright 2010  Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
 \r
   Permission to use, copy, modify, distribute, and sell this \r
   software and its documentation for any purpose is hereby granted\r
@@ -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