X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=ps2_usart.c;h=7d591c650678bdc6f9b6376e73038385d01b8c3b;hb=7597582a85ee8cd802ebe4b6809949918c4bdaf3;hp=68608bad41d86c7ddfc90cc07a95620412a3642b;hpb=0dde25e81cc06ed6331c030839b7048c69fc9c84;p=max%2Ftmk_keyboard.git diff --git a/ps2_usart.c b/ps2_usart.c index 68608bad..7d591c65 100644 --- a/ps2_usart.c +++ b/ps2_usart.c @@ -95,10 +95,8 @@ static inline uint16_t wait_data_lo(uint16_t us); static inline uint16_t wait_data_hi(uint16_t us); static inline void idle(void); static inline void inhibit(void); -#if defined PS2_USE_INT || defined PS2_USE_USART static inline uint8_t pbuf_dequeue(void); static inline void pbuf_enqueue(uint8_t data); -#endif void ps2_host_init(void)