@@ -49,7 +49,7 @@ fn main() {
println("\tThis file is generated by make.vsh, DO NOT EDIT.")
println("*/\n")
for k, v in cdefs {
println("pub const ${k} = ${v.vtype}(${v.value})")
println("pub const ${k} = ${v.vtype}(${v.value}) // ${k.to_upper_ascii()}")
}
The note is not visible to the blocked user.