summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/usb_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/lufa/usb_util.c')
-rw-r--r--tmk_core/protocol/lufa/usb_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/usb_util.c b/tmk_core/protocol/lufa/usb_util.c
index 9e943a21b9..9691eff1e4 100644
--- a/tmk_core/protocol/lufa/usb_util.c
+++ b/tmk_core/protocol/lufa/usb_util.c
@@ -17,7 +17,7 @@
#include "usb_util.h"
#include "wait.h"
-void usb_disable(void) {
+void usb_disconnect(void) {
USB_Disable();
USB_DeviceState = DEVICE_STATE_Unattached;
}