From afd828c095f38753e989391eab670b8736e4bd6e Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 30 Jan 2011 19:47:31 +0000 Subject: Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions. Altered the serial byte receive function to make it non-blocking. --- Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h') diff --git a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h index d3f7eb9e0..d637c79ea 100644 --- a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h +++ b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h @@ -42,7 +42,6 @@ #include #include - #include #include "../V2Protocol.h" #include "XMEGANVM.h" -- cgit v1.2.3