lpc: Fix name of timer ioconf for pio0_1
authorKeith Packard <keithp@keithp.com>
Mon, 4 Apr 2022 06:23:51 +0000 (23:23 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 4 Apr 2022 21:41:15 +0000 (14:41 -0700)
There are lots more...

Signed-off-by: Keith Packard <keithp@keithp.com>
src/lpc/lpc.h

index fbf529c941d494d6ed4499ac896b75cebecf7148..5dffa553fc51c46768d7e8bc19b096d400c8f4d1 100644 (file)
@@ -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 */