add LPC1549, add FRDM-KL46Z, fix epComplete bit operation.

Dependents:   XBee-ExplorerLite USBLocalFileSystem USB-to-UART-bridge USBLocalFileSystem

Fork of USBDevice by mbed official

Revision:
20:b5a68b899fd1
Parent:
18:1ad500eb1e69
Child:
21:c4c8fd0b0f12
--- a/USBDevice/USBEndpoints.h	Sun Feb 16 12:10:16 2014 +0000
+++ b/USBDevice/USBEndpoints.h	Thu Mar 20 03:27:54 2014 +0000
@@ -39,7 +39,7 @@
 /* Include configuration for specific target */
 #if defined(TARGET_LPC1768) || defined(TARGET_LPC2368) || defined(TARGET_LPC4088)
 #include "USBEndpoints_LPC17_LPC23.h"
-#elif defined(TARGET_LPC11UXX) || defined(TARGET_LPC1347)
+#elif defined(TARGET_LPC11UXX) || defined(TARGET_LPC1347)||defined(TARGET_LPC1549)
 #include "USBEndpoints_LPC11U.h"
 #elif defined(TARGET_KL25Z) || defined(TARGET_KL46Z)
 #include "USBEndpoints_KL25Z.h"