diff options
author | tmk <nobody@nowhere> | 2011-02-22 01:21:53 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-02-22 03:09:23 +0900 |
commit | d2b9489a5e19fabb5d6ec285192b19dc25b36d5e (patch) | |
tree | ee312006103ccf8f6e18a54e9bca920700d0100d /hhkb/matrix.c | |
parent | 60052acc0fe3e6429f5c1d24073b1f6af019bd19 (diff) |
fixed hhkb to comply new API.
Diffstat (limited to 'hhkb/matrix.c')
-rw-r--r-- | hhkb/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hhkb/matrix.c b/hhkb/matrix.c index 15633d53da..fefd247873 100644 --- a/hhkb/matrix.c +++ b/hhkb/matrix.c @@ -7,7 +7,7 @@ #include <util/delay.h> #include "print.h" #include "util.h" -#include "matrix_skel.h" +#include "matrix.h" #if (MATRIX_COLS > 16) |