]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - ps2_usart.c
Update M0110 keymap and add a Make target 'hasu'.
[max/tmk_keyboard.git] / ps2_usart.c
index 68608bad41d86c7ddfc90cc07a95620412a3642b..7d591c650678bdc6f9b6376e73038385d01b8c3b 100644 (file)
@@ -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)