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 /layer.c | |
parent | 579991b927483da884b2f22d43e91bb8550cd534 (diff) |
Added USART implementation for PS/2 signal handling.
Diffstat (limited to 'layer.c')
-rwxr-xr-x | layer.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "host.h" #include "debug.h" #include "timer.h" +#include "usb_keycodes.h" #include "layer.h" |