diff options
author | 2011-02-07 14:59:07 +0900 | |
---|---|---|
committer | 2011-02-22 03:08:54 +0900 | |
commit | 04f351b80279c55dfc6c8028f95eab7e01d50c84 (patch) | |
tree | 09e211eb1d1384d04374069e7e668b37a2f54bfd /ps2_vusb/host_vusb.h | |
parent | 0632618d29dfb30c76b4e7c310dc7bee36919f63 (diff) | |
download | qmk_firmware-04f351b80279c55dfc6c8028f95eab7e01d50c84.tar.gz |
PS/2 library receives data partially by interrupt
Diffstat (limited to 'ps2_vusb/host_vusb.h')
-rw-r--r-- | ps2_vusb/host_vusb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ps2_vusb/host_vusb.h b/ps2_vusb/host_vusb.h index c9b1d7767..f09ad5822 100644 --- a/ps2_vusb/host_vusb.h +++ b/ps2_vusb/host_vusb.h @@ -4,4 +4,3 @@ void host_vusb_keyboard_send(void); #endif - |