Add NO_PRINT and NO_DEBUG config options.
- NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
This commit is contained in:
parent
8580c8d291
commit
9a106537f6
7 changed files with 77 additions and 32 deletions
|
@ -31,6 +31,9 @@ endif
|
|||
|
||||
ifdef CONSOLE_ENABLE
|
||||
OPT_DEFS += -DCONSOLE_ENABLE
|
||||
else
|
||||
OPT_DEFS += -DNO_PRINT
|
||||
OPT_DEFS += -DNO_DEBUG
|
||||
endif
|
||||
|
||||
ifdef NKRO_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue