Skip to content

Commit

Permalink
removed remant LPC551X references
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-nmi committed Nov 2, 2023
1 parent 76503bd commit 4b75b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/board/override_nm180410/IO_Config_Override.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "daplink.h"

// This GPIO configuration is only valid for the LPC55XX HIC
COMPILER_ASSERT((DAPLINK_HIC_ID == DAPLINK_HIC_ID_LPC55XX) || (DAPLINK_HIC_ID == DAPLINK_HIC_ID_LPC551X));
COMPILER_ASSERT(DAPLINK_HIC_ID == DAPLINK_HIC_ID_LPC55XX);

// All pins are PIO0.
#define PIN_PIO_PORT (0U)
Expand Down
2 changes: 1 addition & 1 deletion source/hic_hal/nxp/lpc55xx/IO_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "daplink.h"

// This GPIO configuration is only valid for the LPC55xx HIC
COMPILER_ASSERT((DAPLINK_HIC_ID == DAPLINK_HIC_ID_LPC55XX) || (DAPLINK_HIC_ID == DAPLINK_HIC_ID_LPC551X));
COMPILER_ASSERT(DAPLINK_HIC_ID == DAPLINK_HIC_ID_LPC55XX);

// All pins are PIO0.
#define PIN_PIO_PORT (0U)
Expand Down

0 comments on commit 4b75b1a

Please sign in to comment.