Skip to content

Commit

Permalink
Merge branch 'serial_comms_fix' of https://github.com/adammwest/ESP-M…
Browse files Browse the repository at this point in the history
…iner into serial_comms_fix
  • Loading branch information
skot committed Oct 9, 2024
2 parents e06108e + faf924e commit 8011792
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/asic/include/serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#define SERIAL_BUF_SIZE 16
#define CHUNK_SIZE 1024

static uint8_t asic_timeout_counter = 0;
static uint8_t asic_timeout_warning_threshold = 2;
static int uart_timeout_ms = 10000;

int SERIAL_send(uint8_t *, int, bool);
void SERIAL_init(void);
void SERIAL_debug_rx(void);
Expand Down

0 comments on commit 8011792

Please sign in to comment.