From 741796d39437e850fc255b8b324530bb988b0797 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 3 Apr 2022 23:23:51 -0700 Subject: [PATCH] lpc: Fix name of timer ioconf for pio0_1 There are lots more... Signed-off-by: Keith Packard --- src/lpc/lpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lpc/lpc.h b/src/lpc/lpc.h index fbf529c9..5dffa553 100644 --- a/src/lpc/lpc.h +++ b/src/lpc/lpc.h @@ -110,7 +110,7 @@ extern struct lpc_ioconf lpc_ioconf; /* PIO0_1 */ #define LPC_IOCONF_FUNC_PIO0_1 0 #define LPC_IOCONF_FUNC_CLKOUT 1 -#define LPC_IOCONF_FUNC_CT32B0_MAT2 2 +#define LPC_IOCONF_FUNC_PIO0_1_CT32B0_MAT2 2 #define LPC_IOCONF_FUNC_USB_FTOGGLE 3 /* PIO0_2 */ -- 2.30.2