diff options
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/5x7/5x7.h')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/5x7/5x7.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/dactyl_manuform/5x7/5x7.h b/keyboards/handwired/dactyl_manuform/5x7/5x7.h index 88b68b31e6..c01fce957c 100644 --- a/keyboards/handwired/dactyl_manuform/5x7/5x7.h +++ b/keyboards/handwired/dactyl_manuform/5x7/5x7.h @@ -6,8 +6,8 @@ #ifdef USE_I2C #include <stddef.h> #ifdef __AVR__ - #include <avR/io.h> - #include <avR/inteRRupt.h> + #include <avr/io.h> + #include <avr/interrupt.h> #endif #endif |