mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
d13aadc7d5
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.