Removed all binary constants and replaced with decimal or hexadecimal constants so...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 5 Apr 2009 07:00:11 +0000 (07:00 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 5 Apr 2009 07:00:11 +0000 (07:00 +0000)
commit557a945ba1851bc8d1669bd034464047f50b6691
treeebbd2aa68f7aff7ee7467343598df9059b7d7059
parent7d4cccc22d60125fac111819df48af1873d11018
Removed all binary constants and replaced with decimal or hexadecimal constants so that unpatched GCC compilers can still build the code without having to be itself patched and recompiled first.
LUFA/ChangeLog.txt
LUFA/Drivers/USB/Class/ConfigDescriptor.h
LUFA/Drivers/USB/Class/HIDReportData.h
LUFA/Drivers/USB/HighLevel/StdDescriptors.h
LUFA/Drivers/USB/HighLevel/StdRequestType.h
LUFA/Drivers/USB/LowLevel/Endpoint.h
LUFA/Drivers/USB/LowLevel/Host.h
LUFA/Drivers/USB/LowLevel/LowLevel.h
LUFA/Drivers/USB/LowLevel/Pipe.h