From 06b969a1190c9476bc4a3a5372c0b4f519549671 Mon Sep 17 00:00:00 2001 From: xj Date: Tue, 11 Jun 2024 01:53:19 -0700 Subject: [PATCH] Modify header files --- .../services/drivers/usb/components/common/usb_errno.h | 4 ++-- .../services/drivers/usb/components/common/usb_util.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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