diff options
| author | tmk <nobody@nowhere> | 2014-09-22 10:42:20 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2014-09-22 10:42:20 +0900 |
| commit | ea524d7befeb743c5316cb472f9180536ced5862 (patch) | |
| tree | 1be232413b52bcac278d25be074c5394f069c283 /protocol/usb_hid/override_wiring.c | |
| parent | b9e265368fde73daff069788dcb58c8230d01b32 (diff) | |
| download | qmk_firmware-ea524d7befeb743c5316cb472f9180536ced5862.tar.gz qmk_firmware-ea524d7befeb743c5316cb472f9180536ced5862.zip | |
Adhoc fix compile error of usb_usb
Diffstat (limited to 'protocol/usb_hid/override_wiring.c')
| -rw-r--r-- | protocol/usb_hid/override_wiring.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/usb_hid/override_wiring.c b/protocol/usb_hid/override_wiring.c index 3b3f5e302..1e9a94ce2 100644 --- a/protocol/usb_hid/override_wiring.c +++ b/protocol/usb_hid/override_wiring.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * To keep Timer0 for common/timer.c override arduino/wiring.c. | 2 | * To keep Timer0 for common/timer.c override arduino/wiring.c. |
| 3 | */ | 3 | */ |
| 4 | #define __DELAY_BACKWARD_COMPATIBLE__ | ||
| 4 | #include <util/delay.h> | 5 | #include <util/delay.h> |
| 5 | #include "common/timer.h" | 6 | #include "common/timer.h" |
| 6 | #include "Arduino.h" | 7 | #include "Arduino.h" |
