fix lpc55 build

This commit is contained in:
hathach
2021-04-28 19:53:31 +07:00
parent 810057bdb2
commit fcedb2eecb
5 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
#define UART_TX_PINMUX 0, 30, IOCON_PIO_DIG_FUNC1_EN
// XTAL
#define XTAL0_CLK_HZ 16000000U
#define XTAL0_CLK_HZ (16 * 1000 * 1000U)
#ifdef __cplusplus
}