Uart now has correct write implementation presumably
This commit is contained in:
parent
8d5cd862ab
commit
024115e389
6 changed files with 41 additions and 29 deletions
|
@ -8,6 +8,8 @@
|
|||
static volatile bool ctrl_c_received = false;
|
||||
static char last_char = '\0';
|
||||
|
||||
int is_char_available();
|
||||
|
||||
void sigint_handler(int sig_num) {
|
||||
ctrl_c_received = true;
|
||||
}
|
||||
|
|
Reference in a new issue