Removed all binary constants and replaced with decimal or hexadecimal constants so...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Endpoint.h
index 009d862..c0eab35 100644 (file)
@@ -95,7 +95,7 @@
                        /** Endpoint number mask, for masking against endpoint addresses to retrieve the endpoint's\r
                         *  numerical address in the device.\r
                         */\r
-                       #define ENDPOINT_EPNUM_MASK                   0b111\r
+                       #define ENDPOINT_EPNUM_MASK                   0x03\r
 \r
                        /** Endpoint bank size mask, for masking against endpoint addresses to retrieve the endpoint's\r
                         *  bank size in the device.\r