From cc4ed56a88671b7aa1486c830cbace92016bd856 Mon Sep 17 00:00:00 2001 From: sakimisu <1203593632@qq.com> Date: Sat, 18 Feb 2023 19:20:35 +0800 Subject: [PATCH] format code --- core/usbh_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/usbh_core.h b/core/usbh_core.h index dafc11a7..9d033ab9 100644 --- a/core/usbh_core.h +++ b/core/usbh_core.h @@ -40,7 +40,7 @@ extern "C" { #elif defined(__GNUC__) #define CLASS_INFO_DEFINE __attribute__((section(".usbh_class_info"))) __USED __ALIGNED(1) #elif defined(__ICCARM__) || defined(__ICCRX__) -#pragma section="usbh_class_info" +#pragma section = "usbh_class_info" #define CLASS_INFO_DEFINE __attribute__((section("usbh_class_info"))) __USED __ALIGNED(1) #endif