diff options
-rw-r--r-- | tmk_core/protocol/usb_hid/override_wiring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/usb_hid/override_wiring.c b/tmk_core/protocol/usb_hid/override_wiring.c index 52f03c300..adc6645f8 100644 --- a/tmk_core/protocol/usb_hid/override_wiring.c +++ b/tmk_core/protocol/usb_hid/override_wiring.c | |||
@@ -3,7 +3,7 @@ | |||
3 | */ | 3 | */ |
4 | #define __DELAY_BACKWARD_COMPATIBLE__ | 4 | #define __DELAY_BACKWARD_COMPATIBLE__ |
5 | #include <util/delay.h> | 5 | #include <util/delay.h> |
6 | #include "common/timer.h" | 6 | #include "platforms/timer.h" |
7 | 7 | ||
8 | 8 | ||
9 | unsigned long millis(void) | 9 | unsigned long millis(void) |