浏览代码

Merge pull request #1929 from uestczyh222/type

[Components][USB]修复拼写错误
Bernard Xiong 6 年之前
父节点
当前提交
8641d3b6d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/drivers/include/drivers/usb_common.h

+ 1 - 1
components/drivers/include/drivers/usb_common.h

@@ -225,7 +225,7 @@ extern "C" {
 #ifndef USB_TIMEOUT_LONG
 #define USB_TIMEOUT_LONG                (RT_TICK_PER_SECOND * 5)    /* 5s */
 #endif
-#ifndf USB_DEBOUNCE_TIME
+#ifndef USB_DEBOUNCE_TIME
 #define USB_DEBOUNCE_TIME               (RT_TICK_PER_SECOND / 5)    /* 0.2s */
 #endif