diff options
Diffstat (limited to 'keyboards/converter/hp_46010a/matrix.c')
-rw-r--r-- | keyboards/converter/hp_46010a/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/converter/hp_46010a/matrix.c b/keyboards/converter/hp_46010a/matrix.c index ac9224087..72a098746 100644 --- a/keyboards/converter/hp_46010a/matrix.c +++ b/keyboards/converter/hp_46010a/matrix.c | |||
@@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
29 | #include "util.h" | 29 | #include "util.h" |
30 | #include "matrix.h" | 30 | #include "matrix.h" |
31 | #include "timer.h" | 31 | #include "timer.h" |
32 | #include "LUFA/Drivers/Peripheral/SPI.h" | 32 | #include <LUFA/Drivers/Peripheral/SPI.h> |
33 | 33 | ||
34 | #include "config.h" | 34 | #include "config.h" |
35 | 35 | ||