From 21be46a0b5364c5f00f4d081ad9524ae9a36d022 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 8 Nov 2018 19:53:11 +0900 Subject: HID report transmission partially works now partially i.e. if you attach the keyboard before the noise handshake. I suspect some memory corruption somewhere. --- src/usart_helpers.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/usart_helpers.h') diff --git a/src/usart_helpers.h b/src/usart_helpers.h index bd50d00..531652a 100644 --- a/src/usart_helpers.h +++ b/src/usart_helpers.h @@ -63,7 +63,6 @@ int dma_fifo_push(volatile struct dma_buf *buf, char c); int putf(void *file, char c); int putb(void *file, const uint8_t *buf, size_t len); void flush(void *file); -void send_packet(struct dma_usart_file *f, const uint8_t *data, size_t len); /* This macro abomination templates a bunch of dma-specific register/constant names from preprocessor macros passed in * from cmake. */ -- cgit