Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing...
[pub/lufa.git] / LUFA / Drivers / Peripheral / AVR8 / Serial_AVR8.c
index 7b7f5d6..70f9f58 100644 (file)
@@ -87,3 +87,4 @@ void Serial_SendData(const uint8_t* Buffer, uint16_t Length)
        while (Length--)
          Serial_SendByte(*(Buffer++));
 }
+