remove conflicts
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user