summaryrefslogtreecommitdiff
path: root/apps/system/hex2bin/hex2mem_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/hex2bin/hex2mem_main.c')
-rw-r--r--apps/system/hex2bin/hex2mem_main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/hex2bin/hex2mem_main.c b/apps/system/hex2bin/hex2mem_main.c
index b8b814d60..39560055a 100644
--- a/apps/system/hex2bin/hex2mem_main.c
+++ b/apps/system/hex2bin/hex2mem_main.c
@@ -112,7 +112,11 @@ static void show_usage(FAR const char *progname, int exitcode)
*
****************************************************************************/
+#ifdef CONFIG_BUILD_KERNEL
+int main(int argc, FAR char **argv)
+#else
int hex2mem_main(int argc, char **argv)
+#endif
{
struct lib_stdinstream_s stdinstream;
struct lib_memsostream_s memoutstream;