1
0
Fork 0

remove more warnings

This commit is contained in:
Jack Humbert 2017-02-16 13:13:38 -05:00
parent 1ac5dc9e52
commit 49e72632d2
5 changed files with 39 additions and 17 deletions

View file

@ -1,8 +1,12 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#ifndef NO_DEBUG
#define NO_DEBUG
#endif
#ifndef NO_PRINT
#define NO_PRINT
#endif
#include "../../config.h"