LPC54114: Fix compile warnings

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
pull/11060/head
Mahesh Mahadevan 2019-07-16 12:29:32 -05:00
parent 55a2eddf8a
commit e50583459f
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
SYSCON_PDRUNCFG_PDEN_SRAM0_MASK | SYSCON_PDRUNCFG_PDEN_SRAM1_MASK | SYSCON_PDRUNCFG_PDEN_SRAM2_MASK)
/* Defines used by the sleep code */
#define LPC_CLOCK_INTERNAL_IRC BOARD_BootClockFRO12M
#define LPC_CLOCK_RUN BOARD_BootClockFROHF48M
#define LPC_CLOCK_INTERNAL_IRC BOARD_BootClockFRO12M()
#define LPC_CLOCK_RUN BOARD_BootClockFROHF48M()
#define DEVICE_ID_LENGTH 24