From 66d3eabe42fa4590b111d3fe8442c0e556acedcd Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 1 Oct 2015 12:53:24 +0200 Subject: [HID] removed HIDDescriptor field The field is now built on-the-fly on the stack and sent over USB. This change increase Flash usage and decrease SRAM usage: before: 6114 / 241 after: 6152 / 216 (removed HIDDescriptor field) delta: +38 / -25 SRAM is a much more scarse resource and this change free up to about 10% of the "base" usage. --- libraries/HID/HID.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libraries/HID/HID.h') diff --git a/libraries/HID/HID.h b/libraries/HID/HID.h index d31d9c5..2cd0f4a 100644 --- a/libraries/HID/HID.h +++ b/libraries/HID/HID.h @@ -84,7 +84,6 @@ protected: bool setup(USBSetup& setup, uint8_t interfaceNum); private: - HIDDescriptor hidInterface; uint8_t epType[1]; HIDDescriptorListNode* rootNode; -- cgit v1.2.3-18-g5258