Skip to content

Commit

Permalink
Merge pull request #5 from arebert/lpc4088
Browse files Browse the repository at this point in the history
Add support for NXP LPC4088
  • Loading branch information
emilmont committed May 21, 2013
2 parents be73e26 + 2662e10 commit 6cdbf55
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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 6cdbf55

Please sign in to comment.