[Components][USB]修复拼写错误

This commit is contained in:
zyh 2018-10-26 11:41:54 +08:00
parent f97e19c509
commit d950ffc485
1 changed files with 1 additions and 1 deletions

View File

@ -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