From 9addeae8725719c138b097890edaed076686e061 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 16 Jan 2012 00:41:06 +0900 Subject: Added USART implementation for PS/2 signal handling. --- ps2_usart.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ps2_usart.c') diff --git a/ps2_usart.c b/ps2_usart.c index 68608bad41..7d591c6506 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) -- cgit v1.2.3