diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/usb_errno.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/usb_errno.h index a56bb9162..14b7402d1 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/usb_errno.h +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/usb_errno.h @@ -4,8 +4,8 @@ * * SPDX-License-Identifier: Apache-2.0 */ -#ifndef USB_ERROR_H_ -#define USB_ERROR_H_ +#ifndef USB_ERRNO_H_ +#define USB_ERRNO_H_ #ifndef CONFIG_USB_ERROR_USE_SYSTEM diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/usb_util.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/usb_util.h index aac7e2f6e..0c46dbcb8 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/usb_util.h +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/common/usb_util.h @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ #ifndef USB_UTIL_H_ -#define USB_TIIL_H_ +#define USB_UTIL_H_ #if defined(__CC_ARM) #ifndef __USED