Removed harsh restriction on mask values and disabled debug flags
This commit is contained in:
parent
f6fb5544c7
commit
98ed8a29a0
2 changed files with 2 additions and 9 deletions
|
@ -49,7 +49,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#define DEBUG 1
|
||||
#define DEBUG 0
|
||||
#if DEBUG
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue