Skip to content

Commit f23bb08

Browse files
mmahadevan108Evelyne Donnaes
authored andcommitted
LPC54114: Fix compile warnings
Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent e019d7a commit f23bb08

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC54114/TARGET_LPCXpresso

1 file changed

+2
-2
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC54114/TARGET_LPCXpresso/device.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
SYSCON_PDRUNCFG_PDEN_SRAM0_MASK | SYSCON_PDRUNCFG_PDEN_SRAM1_MASK | SYSCON_PDRUNCFG_PDEN_SRAM2_MASK)
3030

3131
/* Defines used by the sleep code */
32-
#define LPC_CLOCK_INTERNAL_IRC BOARD_BootClockFRO12M
33-
#define LPC_CLOCK_RUN BOARD_BootClockFROHF48M
32+
#define LPC_CLOCK_INTERNAL_IRC BOARD_BootClockFRO12M()
33+
#define LPC_CLOCK_RUN BOARD_BootClockFROHF48M()
3434

3535
#define DEVICE_ID_LENGTH 24
3636

0 commit comments

Comments
 (0)