Parcourir la source

[components][drivers][usb_common]: Fix typo for 'ifndf' in usb_common.h

Peter Zhang il y a 6 ans
Parent
commit
4f14dc9186
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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