ctor u8x8 constructon

This commit is contained in:
olikraus
2015-12-12 19:11:28 +01:00
parent 4c9d11c0b7
commit f6302965e0
3 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ int main(void)
readcsv("display.csv", "ctor.h");
//insert_into_file("../../cppsrc/U8x8lib.h", "ctor.h", "// constructor list start", "// constructor list end");
insert_into_file("../../cppsrc/U8x8lib.h", "ctor.h", "// constructor list start", "// constructor list end");
return 0;
}