|
@@ -627,7 +627,6 @@ for t in filtered_types:
|
|
|
|
|
|
printc("const UA_DataType %s[%s_COUNT] = {" % (outname.upper(), outname.upper()))
|
|
printc("const UA_DataType %s[%s_COUNT] = {" % (outname.upper(), outname.upper()))
|
|
for t in filtered_types:
|
|
for t in filtered_types:
|
|
-# printc("")
|
|
|
|
printc("/* " + t.name + " */")
|
|
printc("/* " + t.name + " */")
|
|
printc(t.datatype_c() + ",")
|
|
printc(t.datatype_c() + ",")
|
|
printc("};\n")
|
|
printc("};\n")
|