diff options
| author | sakimisu <[email protected]> | 2023-02-18 19:20:35 +0800 |
|---|---|---|
| committer | sakimisu <[email protected]> | 2023-02-18 19:20:35 +0800 |
| commit | cc4ed56a88671b7aa1486c830cbace92016bd856 (patch) | |
| tree | e3e2a8edf495083f41c5fc640d02df6680a4041a | |
| parent | 6ada1e0260663cf035dab12728f01cf8f3c4dbde (diff) | |
format code
| -rw-r--r-- | core/usbh_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
