From 2919aeeaaba0d1d54e03f9132269c5277d414543 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 4 Dec 2009 01:06:26 +0000 Subject: Fixed HID Parser not distributing the Usage Min and Usage Max values across an array of report items. Added new HID_ALIGN_DATA() macro to return the pre-retrieved value of a HID report item, left-aligned to a given datatype. Added new PreviousValue to the HID Report Parser report item structure, for easy monitoring of previous report item values. --- Projects/AVRISP/Lib/ISPProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/AVRISP/Lib/ISPProtocol.h') diff --git a/Projects/AVRISP/Lib/ISPProtocol.h b/Projects/AVRISP/Lib/ISPProtocol.h index 247933e39..2f39b4446 100644 --- a/Projects/AVRISP/Lib/ISPProtocol.h +++ b/Projects/AVRISP/Lib/ISPProtocol.h @@ -42,7 +42,7 @@ #include "V2Protocol.h" /* Preprocessor Checks: */ - #if BOARD == BOARD_XPLAIN + #if (BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1) #undef ENABLE_ISP_PROTOCOL #if !defined(ENABLE_PDI_PROTOCOL) -- cgit v1.2.3