From 3890b431646b895647b06b202c8e73b1cd0e3679 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 25 Sep 2012 11:27:20 +0000 Subject: add support for clang --- tools/bin2c.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/bin2c.lua b/tools/bin2c.lua index 8a61549..d5bf5e3 100644 --- a/tools/bin2c.lua +++ b/tools/bin2c.lua @@ -54,7 +54,7 @@ io.write([=[ #include "datatypes.h" -const uint8_t ]=] , c_var_name, [=[[]={ +const char ]=] , c_var_name, [=[[]={ ]=], dump(content), [=[ }; -- cgit v1.2.3