diff options
author | tmk <nobody@nowhere> | 2012-01-16 00:41:06 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-01-16 00:41:06 +0900 |
commit | 9addeae8725719c138b097890edaed076686e061 (patch) | |
tree | 7edd5a7437bf108de013cf2f0b62a88d1e792bfb /ps2_usart.c | |
parent | 579991b927483da884b2f22d43e91bb8550cd534 (diff) | |
download | qmk_firmware-9addeae8725719c138b097890edaed076686e061.tar.gz qmk_firmware-9addeae8725719c138b097890edaed076686e061.zip |
Added USART implementation for PS/2 signal handling.
Diffstat (limited to 'ps2_usart.c')
-rw-r--r-- | ps2_usart.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) |