NUM_OUTPUT_BITS--
This commit is contained in:
parent
0f0f089ee8
commit
c129d34e18
@ -15,7 +15,7 @@
|
||||
#define MAX_INPUT_BYTES 4096
|
||||
#endif
|
||||
#ifndef NUM_OUTPUT_BITS
|
||||
#define NUM_OUTPUT_BITS 3
|
||||
#define NUM_OUTPUT_BITS 2
|
||||
#endif
|
||||
#define OUTPUT_BITS(X) (X & ((1 << NUM_OUTPUT_BITS) - 1))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user