Bladeren bron

remove align check macro

sakimisu 3 jaren geleden
bovenliggende
commit
93c069ac67
1 gewijzigde bestanden met toevoegingen van 0 en 3 verwijderingen
  1. 0 3
      port/ch32/usb_dc_usbfs.c

+ 0 - 3
port/ch32/usb_dc_usbfs.c

@@ -4,9 +4,6 @@
 #ifdef CONFIG_USB_HS
 #error "usb fs do not support hs"
 #endif
-#ifndef CONFIG_USBDEV_ALIGN_CHECK_DISABLE
-#error "ch32 ip must disable align check"
-#endif
 
 #ifndef USBD_IRQHandler
 #define USBD_IRQHandler OTG_FS_IRQHandler //use actual usb irq name instead