We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e019d7a commit f23bb08Copy full SHA for f23bb08
targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC54114/TARGET_LPCXpresso/device.h
@@ -29,8 +29,8 @@
29
SYSCON_PDRUNCFG_PDEN_SRAM0_MASK | SYSCON_PDRUNCFG_PDEN_SRAM1_MASK | SYSCON_PDRUNCFG_PDEN_SRAM2_MASK)
30
31
/* Defines used by the sleep code */
32
-#define LPC_CLOCK_INTERNAL_IRC BOARD_BootClockFRO12M
33
-#define LPC_CLOCK_RUN BOARD_BootClockFROHF48M
+#define LPC_CLOCK_INTERNAL_IRC BOARD_BootClockFRO12M()
+#define LPC_CLOCK_RUN BOARD_BootClockFROHF48M()
34
35
#define DEVICE_ID_LENGTH 24
36
0 commit comments