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.
This commit is contained in:
parent
7d4cccc22d
commit
557a945ba1
9 changed files with 61 additions and 59 deletions
|
@ -95,7 +95,7 @@
|
|||
/** Endpoint number mask, for masking against endpoint addresses to retrieve the endpoint's
|
||||
* numerical address in the device.
|
||||
*/
|
||||
#define ENDPOINT_EPNUM_MASK 0b111
|
||||
#define ENDPOINT_EPNUM_MASK 0x03
|
||||
|
||||
/** Endpoint bank size mask, for masking against endpoint addresses to retrieve the endpoint's
|
||||
* bank size in the device.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue