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