mirror of https://github.com/ARMmbed/mbed-os.git
LPC54114: Fix compile warnings
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>pull/11060/head
parent
55a2eddf8a
commit
e50583459f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue