From 4f14dc91864c9f22daea52c8a1282b2bf6e89467 Mon Sep 17 00:00:00 2001 From: Peter Zhang Date: Fri, 26 Oct 2018 14:33:21 +0800 Subject: [PATCH] [components][drivers][usb_common]: Fix typo for 'ifndf' in usb_common.h --- components/drivers/include/drivers/usb_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/drivers/include/drivers/usb_common.h b/components/drivers/include/drivers/usb_common.h index 764dcd5612..c26d83391e 100644 --- a/components/drivers/include/drivers/usb_common.h +++ b/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