diff options
Diffstat (limited to 'quantum/matrix.c')
-rw-r--r-- | quantum/matrix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/matrix.c b/quantum/matrix.c index f5744658c..a38c13f15 100644 --- a/quantum/matrix.c +++ b/quantum/matrix.c | |||
@@ -17,7 +17,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
17 | */ | 17 | */ |
18 | #include <stdint.h> | 18 | #include <stdint.h> |
19 | #include <stdbool.h> | 19 | #include <stdbool.h> |
20 | #if defined(__AVR__) | ||
20 | #include <avr/io.h> | 21 | #include <avr/io.h> |
22 | #endif | ||
21 | #include "wait.h" | 23 | #include "wait.h" |
22 | #include "print.h" | 24 | #include "print.h" |
23 | #include "debug.h" | 25 | #include "debug.h" |