Revert lufa/lufa.c
This commit is contained in:
		
							parent
							
								
									8b9c61ade5
								
							
						
					
					
						commit
						8f5f25fcd5
					
				@ -49,10 +49,6 @@
 | 
			
		||||
#endif
 | 
			
		||||
#include "suspend.h"
 | 
			
		||||
 | 
			
		||||
#ifdef SERIAL_MOUSE_ENABLE
 | 
			
		||||
#include "serial_mouse.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include "descriptor.h"
 | 
			
		||||
#include "lufa.h"
 | 
			
		||||
 | 
			
		||||
@ -575,10 +571,6 @@ int main(void)
 | 
			
		||||
    sleep_led_init();
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef SERIAL_MOUSE_ENABLE
 | 
			
		||||
    serial_mouse_init();
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
    print("Keyboard start.\n");
 | 
			
		||||
    while (1) {
 | 
			
		||||
        while (USB_DeviceState == DEVICE_STATE_Suspended) {
 | 
			
		||||
@ -590,10 +582,6 @@ int main(void)
 | 
			
		||||
 | 
			
		||||
        keyboard_task();
 | 
			
		||||
 | 
			
		||||
#ifdef SERIAL_MOUSE_ENABLE
 | 
			
		||||
        serial_mouse_task();
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if !defined(INTERRUPT_CONTROL_ENDPOINT)
 | 
			
		||||
        USB_USBTask();
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user