From 6d1adf7339b71952d1ba8616af9422fbc7333eb1 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 25 Aug 2009 08:09:49 +0000 Subject: Updated Benito project -- added hardware interrupt and software buffering for serial data reception to prevent missed characters, condensed pulse generation counters into a struct for clarity. Added check to CDC_Device_BytesReceived() to ensure 0 is returned when device is not enumerated to a host. Move AVRISP project's V2Protocol_DelayMS() function to be static inline, as it is now very minimal. Added extra project doxygen documentation. --- Projects/Incomplete/AVRISP/AVRISP.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Projects/Incomplete/AVRISP/AVRISP.h') diff --git a/Projects/Incomplete/AVRISP/AVRISP.h b/Projects/Incomplete/AVRISP/AVRISP.h index daae7f84c..d37bf5320 100644 --- a/Projects/Incomplete/AVRISP/AVRISP.h +++ b/Projects/Incomplete/AVRISP/AVRISP.h @@ -46,7 +46,6 @@ #include #include - #include #include #include "Lib/V2Protocol.h" -- cgit v1.2.3