Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions raspberry_soft_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ int raspberry_soft_uart_open(struct tty_struct* tty)
current_tty = tty;
initialize_queue(&queue_tx);
success = 1;
rx_bit_index = -1;
enable_irq(gpio_to_irq(gpio_rx));
}
mutex_unlock(&current_tty_mutex);
Expand Down