remove conflicts

This commit is contained in:
David Voswinkel
2009-06-02 22:16:05 +02:00
parent ae0f35d746
commit 551ecb1915
4 changed files with 16 additions and 17 deletions

View File

@@ -37,6 +37,7 @@ void _print_screen(word y, char *buffer){
char l;
l = strlen(buffer);
waitForVBlank();
for(i=0; i<32; i++) {
if (buffer[i] == '\n' ) {
y++;