The hex2bin library did not build with debug off

This commit is contained in:
Gregory Nutt 2014-06-26 16:40:38 -06:00
parent 9009a21fd9
commit 1f2eb77f11
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@
# ifdef CONFIG_SYSTEM_HEX2BIN_DEBUG # ifdef CONFIG_SYSTEM_HEX2BIN_DEBUG
# define hex2bin_debug(format, ...) fprintf(stderr, format, ##__VA_ARGS__) # define hex2bin_debug(format, ...) fprintf(stderr, format, ##__VA_ARGS__)
# else # else
# define lldbg(x...) # define hex2bin_debug(x...)
# endif # endif
#else #else
# ifdef CONFIG_SYSTEM_HEX2BIN_DEBUG # ifdef CONFIG_SYSTEM_HEX2BIN_DEBUG

View File

@ -4,7 +4,7 @@
# #
config SYSTEM_HEX2BIN config SYSTEM_HEX2BIN
bool "Intel HEX Convertion" bool "Intel HEX Conversion"
default n default n
---help--- ---help---
Enable support for a logic to convert Intel HEX format to binary. Enable support for a logic to convert Intel HEX format to binary.