Adding KEEP_ALIVE response.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-09-20 15:31:34 +02:00
parent 8b97791d8f
commit 5a4aff7008
6 changed files with 33 additions and 5 deletions

View File

@@ -57,4 +57,6 @@ extern uint8_t *usb_get_tx();
extern uint32_t usb_write_offset(uint16_t len, uint16_t offset);
extern void usb_clear_rx();
extern size_t finished_data_size;
extern void usb_set_timeout_counter(uint32_t v);
#endif