hdlc-interface #6

Merged
stud126186 merged 15 commits from hdlc-interface into master 2023-06-26 08:00:17 +00:00
Showing only changes of commit d3b39dbc9f - Show all commits

View File

@ -3,7 +3,7 @@
volatile static uint8_t rx_buffer[RX_BUFFER_SIZE] = {0};
volatile static uint16_t rx_count = 0;
volatile static uint8_t uart_tx_busy = 1;
// кольцевой буффер
ISR(USART_RX_vect){
volatile static uint16_t rx_write_pos = 0;