summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/include/hex2bin.h2
-rw-r--r--apps/system/hex2bin/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/include/hex2bin.h b/apps/include/hex2bin.h
index 366ee5479..af7bce697 100644
--- a/apps/include/hex2bin.h
+++ b/apps/include/hex2bin.h
@@ -97,7 +97,7 @@
# ifdef CONFIG_SYSTEM_HEX2BIN_DEBUG
# define hex2bin_debug(format, ...) fprintf(stderr, format, ##__VA_ARGS__)
# else
-# define lldbg(x...)
+# define hex2bin_debug(x...)
# endif
#else
# ifdef CONFIG_SYSTEM_HEX2BIN_DEBUG
diff --git a/apps/system/hex2bin/Kconfig b/apps/system/hex2bin/Kconfig
index fce69ff41..46c8cdf91 100644
--- a/apps/system/hex2bin/Kconfig
+++ b/apps/system/hex2bin/Kconfig
@@ -4,7 +4,7 @@
#
config SYSTEM_HEX2BIN
- bool "Intel HEX Convertion"
+ bool "Intel HEX Conversion"
default n
---help---
Enable support for a logic to convert Intel HEX format to binary.