Skip to content

Commit

Permalink
Add support for NXP LPC4088
Browse files Browse the repository at this point in the history
  • Loading branch information
arebert committed May 16, 2013
1 parent be73e26 commit 2662e10
Show file tree
Hide file tree
Showing 66 changed files with 9,533 additions and 108 deletions.
2 changes: 1 addition & 1 deletion libraries/USBDevice/USBDevice/USBEndpoints.h
Expand Up @@ -37,7 +37,7 @@ typedef enum {
} EP_STATUS;

/* Include configuration for specific target */
#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368)
#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368) || defined(TARGET_LPC4088)
#include "USBEndpoints_LPC17_LPC23.h"
#elif defined(TARGET_LPC11U24)
#include "USBEndpoints_LPC11U.h"
Expand Down

0 comments on commit 2662e10

Please sign in to comment.