format code
This commit is contained in:
@@ -40,7 +40,7 @@ extern "C" {
|
|||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
#define CLASS_INFO_DEFINE __attribute__((section(".usbh_class_info"))) __USED __ALIGNED(1)
|
#define CLASS_INFO_DEFINE __attribute__((section(".usbh_class_info"))) __USED __ALIGNED(1)
|
||||||
#elif defined(__ICCARM__) || defined(__ICCRX__)
|
#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)
|
#define CLASS_INFO_DEFINE __attribute__((section("usbh_class_info"))) __USED __ALIGNED(1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user