From: Keith Packard Date: Sat, 21 Dec 2013 07:02:21 +0000 (-0800) Subject: altos/lpc: Missing */ in definition of PIO0_4 X-Git-Tag: 1.3.1~35 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=f578d9455eec9ea0eccd2d5e21349e274ea4281a altos/lpc: Missing */ in definition of PIO0_4 Would maek using these values pretty hard. Signed-off-by: Keith Packard --- diff --git a/src/lpc/lpc.h b/src/lpc/lpc.h index 3300c86f..9408ceab 100644 --- a/src/lpc/lpc.h +++ b/src/lpc/lpc.h @@ -120,7 +120,7 @@ extern struct lpc_ioconf lpc_ioconf; #define LPC_IOCONF_FUNC_PIO0_3 0 #define LPC_IOCONF_FUNC_USB_VBUS 1 -/* PIO0_4 +/* PIO0_4 */ #define LPC_IOCONF_FUNC_PIO0_4 0 #define LPC_IOCONF_FUNC_I2C_SCL 1