-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typos in USB_Device_SetConfiguration #66
Comments
SRAM means Static Random Access Memory, which is a variant of generic RAM/Random Access Memory. I chose that naming because that's what Atmel specifically call their internal RAM in the device data sheets, and wanted to keep the terminology the same so as not to confuse people. I could change it now, however as all three targets (UC3, XMEGA and AVR8) use SRAM in their data sheets I think it's best left the way it is so as not to introduce a migration issue for no real benefit. |
Isn't the token named USE_RAM_DESCRIPTORS in LUFAConfig.h? |
Nuts, you're right. I'll change the code but add a compatibility fix to accept the current naming as well. |
Thanks! Fixed in 40e1caa. Seems you're really exercising the corner parts of LUFA! It's an issue only for applications that do not define |
Hi Dean, |
lufa/LUFA/Drivers/USB/Core/DeviceStandardReq.c
Line 155 in 1d2680b
I think there are two typos:
The text was updated successfully, but these errors were encountered: