reduced size with config

This commit is contained in:
sessionm21
2020-05-15 22:20:43 +01:00
parent 9cbd23ef60
commit 5e8c891a60
5 changed files with 67 additions and 58 deletions

Binary file not shown.

View File

@@ -47,7 +47,7 @@ static uint8_t rx_bit = 0;
static uint16_t rx_target;
static volatile uint8_t rx_buffer_head;
static volatile uint8_t rx_buffer_tail;
#define RX_BUFFER_SIZE 80
#define RX_BUFFER_SIZE 30
static volatile uint8_t rx_buffer[RX_BUFFER_SIZE];
const static uint32_t cycles_per_bit = 1667UL;