From: Keith Packard Date: Mon, 4 Apr 2022 06:23:51 +0000 (-0700) Subject: lpc: Fix name of timer ioconf for pio0_1 X-Git-Tag: 1.9.12~1^2~17^2~16 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=741796d39437e850fc255b8b324530bb988b0797 lpc: Fix name of timer ioconf for pio0_1 There are lots more... Signed-off-by: Keith Packard --- 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 */