aboutsummaryrefslogtreecommitdiff
path: root/protocol/lufa/lufa.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/lufa/lufa.c')
-rw-r--r--protocol/lufa/lufa.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/protocol/lufa/lufa.c b/protocol/lufa/lufa.c
index 58201e5c9..16a602df1 100644
--- a/protocol/lufa/lufa.c
+++ b/protocol/lufa/lufa.c
@@ -49,10 +49,6 @@
49#endif 49#endif
50#include "suspend.h" 50#include "suspend.h"
51 51
52#ifdef SERIAL_MOUSE_ENABLE
53#include "serial_mouse.h"
54#endif
55
56#include "descriptor.h" 52#include "descriptor.h"
57#include "lufa.h" 53#include "lufa.h"
58 54
@@ -575,10 +571,6 @@ int main(void)
575 sleep_led_init(); 571 sleep_led_init();
576#endif 572#endif
577 573
578#ifdef SERIAL_MOUSE_ENABLE
579 serial_mouse_init();
580#endif
581
582 print("Keyboard start.\n"); 574 print("Keyboard start.\n");
583 while (1) { 575 while (1) {
584 while (USB_DeviceState == DEVICE_STATE_Suspended) { 576 while (USB_DeviceState == DEVICE_STATE_Suspended) {
@@ -590,10 +582,6 @@ int main(void)
590 582
591 keyboard_task(); 583 keyboard_task();
592 584
593#ifdef SERIAL_MOUSE_ENABLE
594 serial_mouse_task();
595#endif
596
597#if !defined(INTERRUPT_CONTROL_ENDPOINT) 585#if !defined(INTERRUPT_CONTROL_ENDPOINT)
598 USB_USBTask(); 586 USB_USBTask();
599#endif 587#endif