소스 검색

Fix LUFA blocking during startup

- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
tags/v1.9
tmk 10 년 전
부모
커밋
d267ee2ada
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      protocol/lufa/lufa.c

+ 2
- 0
protocol/lufa/lufa.c 파일 보기

@@ -539,7 +539,9 @@ int main(void)
{
SetupHardware();
sei();
#if defined(INTERRUPT_CONTROL_ENDPOINT)
while (USB_DeviceState != DEVICE_STATE_Configured) ;
#endif
print("USB configured.\n");

keyboard_init();

Loading…
취소
저장