Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
agkaminski committed May 13, 2024
1 parent f758c40 commit 145a3be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ void lib_consolePutc(char c)
return;
}

if (console_common.writeHook != NULL) {
console_common.writeHook(0, &data, 1);
}
// if (console_common.writeHook != NULL) {
// console_common.writeHook(0, &data, 1);
// }

devs_write(console_common.major, console_common.minor, 0, &data, 1);
}
Expand Down

0 comments on commit 145a3be

Please sign in to comment.