]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - protocol/usb_hid/override_wiring.c
Add LUFA git repository(release 140302)
[tmk_firmware.git] / protocol / usb_hid / override_wiring.c
index a8c28dd8986b0ab27a0d961466fc87e288f0a577..3b3f5e30283f9b25372c169e39d70434aa262743 100644 (file)
@@ -8,11 +8,11 @@
 
 unsigned long millis()
 {
-    return timer_read();
+    return timer_read32();
 }
 unsigned long micros()
 {
-    return timer_read() * 1000UL;
+    return timer_read32() * 1000UL;
 }
 void delay(unsigned long ms)
 {