瀏覽代碼

Change PollingIntervalMS to 10ms(Fix #114)

tags/v1.9
tmk 10 年之前
父節點
當前提交
c6902681e7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      protocol/lufa/descriptor.c

+ 1
- 1
protocol/lufa/descriptor.c 查看文件

@@ -306,7 +306,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
.EndpointAddress = (ENDPOINT_DIR_IN | KEYBOARD_IN_EPNUM),
.Attributes = (EP_TYPE_INTERRUPT | ENDPOINT_ATTR_NO_SYNC | ENDPOINT_USAGE_DATA),
.EndpointSize = KEYBOARD_EPSIZE,
.PollingIntervalMS = 0x01
.PollingIntervalMS = 0x0A
},

/*

Loading…
取消
儲存